언어

IDTSContainer100.Disable 속성

정의

객체가 비활성화되었는지 여부를 나타내 IDTSContainer100 는 값을 받거나 설정합니다.

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

속성 값

객체가 비활성화되면 IDTSContainer100 참이고, 그렇지 않으면 거짓이다.

특성

설명

자세한 내용은 DtsContainer를 참조하세요.

적용 대상