IDTSBreakpointSite100.DebugMode プロパティ

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

ブレークポイントが有効であるかどうかをタスクで確認する必要があるかどうかを示す Boolean を取得します。値の設定も可能です。

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

構文

'宣言
Property DebugMode As Boolean 
    Get 
    Set
'使用
Dim instance As IDTSBreakpointSite100 
Dim value As Boolean 

value = instance.DebugMode

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

プロパティ値

型: System.Boolean
タスクが、ブレークポイントが有効であるかどうかを確認する必要がある場合は true、そうでない場合は false です。

関連項目

参照

IDTSBreakpointSite100 インターフェイス

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