ForLoopClass.DebugMode プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
ブレークポイントが有効であるかどうかをタスクで確認する必要があるかどうかを示す Boolean を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Public Overridable Property DebugMode As Boolean
Get
Set
'使用
Dim instance As ForLoopClass
Dim value As Boolean
value = instance.DebugMode
instance.DebugMode = value
public virtual bool DebugMode { get; set; }
public:
virtual property bool DebugMode {
bool get ();
void set (bool value);
}
abstract DebugMode : bool with get, set
override DebugMode : bool with get, set
function get DebugMode () : boolean
function set DebugMode (value : boolean)
プロパティ値
型: System.Boolean
タスクが、ブレークポイントが有効であるかどうかを確認する必要がある場合は true、そうでない場合は false です。
実装
IDTSBreakpointSite100.DebugMode