Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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
- certContext
Type: System.Int64
The context for the certificate.
Return Value
Type: System.Object
The created certificate.
Implements
IDTSManagedHelper100.MakeCertObject(Int64)