次の方法で共有


DebugMode プロパティ

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

名前空間:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
アセンブリ:  Microsoft.SqlServer.TransferSqlServerObjectsTask (Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

構文

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

value = instance.DebugMode

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

プロパティ値

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

実装

IDTSBreakpointSite. . :: . .DebugMode