Método IDTSPackage100.LoadUserCertificateByHash
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Loads the certificate for the package according to the certificate hash.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
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.
Comentários
This interface is implemented by the Package and PackageNeutral interfaces.