Aracılığıyla paylaş


PackageClass.EncryptCheckpoints Özelliği

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Daha fazla bilgi için, bkz. Package.

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Derleme:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap içinde.dll)

Sözdizimi

'Bildirim
Public Overridable Property EncryptCheckpoints As Boolean
    Get
    Set
'Kullanım
Dim instance As PackageClass
Dim value As Boolean

value = instance.EncryptCheckpoints

instance.EncryptCheckpoints = value
public virtual bool EncryptCheckpoints { get; set; }
public:
virtual property bool EncryptCheckpoints {
    bool get ();
    void set (bool value);
}
abstract EncryptCheckpoints : bool with get, set
override EncryptCheckpoints : bool with get, set
function get EncryptCheckpoints () : boolean
function set EncryptCheckpoints (value : boolean)

Özellik Değeri

Tür: System.Boolean

Uygulamalar

IDTSPackage100.EncryptCheckpoints