Metodo IDTSPackage100.LoadUserCertificateByHash

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Loads the certificate for the package according to the certificate hash.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub LoadUserCertificateByHash ( _
    ByRef ppsaCertHash As Byte() _
)
'Utilizzo
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[]
)

Parametri

  • ppsaCertHash
    Tipo: array<System.Byte[]%
    A byte array that contains the hash of the certificate for the package.

Osservazioni

This interface is implemented by the Package and PackageNeutral interfaces.

Vedere anche

Riferimento

IDTSPackage100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper