언어

IDTSPackage100.SaveCheckpoints 속성

정의

패키지 실행 중 체크포인트를 사용할지 여부를 나타내는 값을 받거나 설정합니다.

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

속성 값

패키지가 실행 중에 체크포인트를 사용할 경우 true; 그렇지 않으면 거짓입니다.

특성

설명

이 인터페이스는 와 Package 인터페이스에 의해 PackageNeutral 구현됩니다.

적용 대상