Metoda IDTSManagedHelper100.GetRawCertData
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Aby uzyskać więcej informacji, zobacz temat ManagedHelper.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Function GetRawCertData ( _
pCertObj As Object _
) As Byte()
'Użycie
Dim instance As IDTSManagedHelper100
Dim pCertObj As Object
Dim returnValue As Byte()
returnValue = instance.GetRawCertData(pCertObj)
byte[] GetRawCertData(
Object pCertObj
)
array<unsigned char>^ GetRawCertData(
[InAttribute] Object^ pCertObj
)
abstract GetRawCertData :
pCertObj:Object -> byte[]
function GetRawCertData(
pCertObj : Object
) : byte[]
Parametry
- pCertObj
Typ: System.Object
Wartość zwracana
Typ: array<System.Byte[]
Zobacz także