Compartilhar via


Propriedade do RDL PackageNeutralClass.IDTSPackageSigning100_CertificateContext

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the certificate context.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Public Overridable Property IDTSPackageSigning100_CertificateContext As Long 
    Get 
    Set
'Uso
Dim instance As PackageNeutralClass 
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)

Valor da propriedade

Tipo: System.Int64
The certificate context.

Implementa

IDTSPackageSigning100.CertificateContext

Comentários

For more information, see Package.

Consulte também

Referência

PackageNeutralClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper