次の方法で共有


IDTSPackage100.EncryptCheckpoints プロパティ

定義

チェックポイント ファイルが暗号化されるかどうかを示す値を取得します。値の設定も可能です。

public:
 property bool EncryptCheckpoints { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(66)]
public bool EncryptCheckpoints { [System.Runtime.InteropServices.DispId(66)] get; [System.Runtime.InteropServices.DispId(66)] set; }
[<System.Runtime.InteropServices.DispId(66)>]
[<get: System.Runtime.InteropServices.DispId(66)>]
[<set: System.Runtime.InteropServices.DispId(66)>]
member this.EncryptCheckpoints : bool with get, set
Public Property EncryptCheckpoints As Boolean

プロパティ値

チェックポイント ファイルが暗号化されている場合は true。それ以外の場合は false。

属性

注釈

このインターフェイスは、Package インターフェイスおよび PackageNeutral インターフェイスで実装されます。

適用対象