ForEachLoopClass.Disable プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ForEachLoopClass オブジェクトが無効であるかどうかを示す Boolean を取得します。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Public Overridable Property Disable As Boolean 
    Get 
    Set
'使用
Dim instance As ForEachLoopClass 
Dim value As Boolean 

value = instance.Disable

instance.Disable = value
public virtual bool Disable { get; set; }
public:
virtual property bool Disable {
    bool get ();
    void set (bool value);
}
abstract Disable : bool with get, set 
override Disable : bool with get, set
function get Disable () : boolean 
function set Disable (value : boolean)

プロパティ値

型: System.Boolean
ForEachLoopClass が無効でオブジェクトが実行されない場合は true、それ以外の場合は false です。

実装

IDTSContainer100.Disable

関連項目

参照

ForEachLoopClass クラス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間