Udostępnij przez


Właściwość PackageRemote32Class.EncryptCheckpoints

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Public Overridable Property EncryptCheckpoints As Boolean
    Get
    Set
'Użycie
Dim instance As PackageRemote32Class
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)

Wartość właściwości

Typ: System.Boolean

Implementacje

IDTSPackage100.EncryptCheckpoints