Bagikan melalui


PackageRemote64Class.IDTSPackageSigning100_CertificateContext Property

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 PackageRemote64Class 
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

See Also

Reference

PackageRemote64Class Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace