IDTSPackage100.EncryptCheckpoints Property

Definition

Gets or sets a value that indicates whether checkpoint files are encrypted.

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

Property Value

true if checkpoint files are encrypted; otherwise, false.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to