PackageRemote32Class.DebugMode プロパティ

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

パッケージがデバッグ モードであるかどうかを示す値を取得または設定します。

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

構文

'宣言
Public Overridable Property DebugMode As Boolean 
    Get 
    Set
'使用
Dim instance As PackageRemote32Class 
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

関連項目

参照

PackageRemote32Class クラス

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