Compartir a través de


IDTSPackage100.LoadUserCertificateByHash Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Sub LoadUserCertificateByHash ( _
    ByRef ppsaCertHash As Byte() _
)
'Uso
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[]
)

Parámetros

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

Comentarios

This interface is implemented by the Package and PackageNeutral interfaces.

Vea también

Referencia

IDTSPackage100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper