IDTSManagedHelper100.MakeCertObject Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Creates a certificate object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function MakeCertObject ( _
hCertContext As Long _
) As Object
'Usage
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
Parameters
- hCertContext
Type: System.Int64
The certificate context.
Return Value
Type: System.Object
The created certificate object.
Remarks
For more information, see ManagedHelper.