Share via


IDTSManagedHelper100.MakeCertObject Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see ManagedHelper.

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

Return Value

Type: System.Object