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.
Gets or sets the certificate context.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property IDTSPackageSigning100_CertificateContext As Long
Get
Set
'Usage
Dim instance As PackageClass
Dim value As Long
value = instance.IDTSPackageSigning100_CertificateContext
instance.IDTSPackageSigning100_CertificateContext = value
public virtual long IDTSPackageSigning100_CertificateContext { get; set; }
public:
virtual property long long IDTSPackageSigning100_CertificateContext {
long long get ();
void set (long long value);
}
abstract IDTSPackageSigning100_CertificateContext : int64 with get, set
override IDTSPackageSigning100_CertificateContext : int64 with get, set
function get IDTSPackageSigning100_CertificateContext () : long
function set IDTSPackageSigning100_CertificateContext (value : long)
Property Value
Type: System.Int64
The certificate context.
Implements
IDTSPackageSigning100.CertificateContext
Remarks
For more information, see Package.