다음을 통해 공유


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입니다.

특성

설명

이 인터페이스는 PackagePackageNeutral 인터페이스에 의해 구현됩니다.

적용 대상