Metodo MakeCertObject
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
For more information, see ManagedHelper.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function MakeCertObject ( _
hCertContext As Long _
) As Object
'Utilizzo
Dim instance As IDTSManagedHelper100
Dim hCertContext As Long
Dim returnValue As Object
returnValue = instance.MakeCertObject(hCertContext)
Object MakeCertObject(
long hCertContext
)
Object^ MakeCertObject(
[InAttribute] long long hCertContext
)
abstract MakeCertObject :
hCertContext:int64 -> Object
function MakeCertObject(
hCertContext : long
) : Object
Parametri
- hCertContext
Tipo: System. . :: . .Int64
Valore restituito
Tipo: System. . :: . .Object
Vedere anche