Delen via


ManagedHelper.MakeCertObject Method

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Function MakeCertObject ( _
    certContext As Long _
) As Object
'Usage
Dim instance As ManagedHelper
Dim certContext As Long
Dim returnValue As Object

returnValue = instance.MakeCertObject(certContext)
public Object MakeCertObject(
    long certContext
)
public:
virtual Object^ MakeCertObject(
    long long certContext
) sealed
abstract MakeCertObject : 
        certContext:int64 -> Object 
override MakeCertObject : 
        certContext:int64 -> Object 
public final function MakeCertObject(
    certContext : long
) : Object

Parameters

Return Value

Type: System.Object

Implements

IDTSManagedHelper100.MakeCertObject(Int64)