语言

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

适用于