Metodo LoadUserCertificateByHash
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
This interface is implemented by the Package and PackageNeutral interfaces.
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> [] () [] []%
Vedere anche