Méthode IDTSPackage100.LoadUserCertificateByHash
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Loads the certificate for the package according to the certificate hash.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub LoadUserCertificateByHash ( _
ByRef ppsaCertHash As Byte() _
)
'Utilisation
Dim instance As IDTSPackage100
Dim ppsaCertHash As Byte()
instance.LoadUserCertificateByHash(ppsaCertHash)
void LoadUserCertificateByHash(
ref byte[] ppsaCertHash
)
void LoadUserCertificateByHash(
[InAttribute] array<unsigned char>^% ppsaCertHash
)
abstract LoadUserCertificateByHash :
ppsaCertHash:byte[] byref -> unit
function LoadUserCertificateByHash(
ppsaCertHash : byte[]
)
Paramètres
- ppsaCertHash
Type : array<System.Byte[]%
A byte array that contains the hash of the certificate for the package.
Notes
This interface is implemented by the Package and PackageNeutral interfaces.