次の方法で共有


IDTSBreakpointSite100.DebugMode プロパティ

定義

public:
 property bool DebugMode { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(4)]
public bool DebugMode { [System.Runtime.InteropServices.DispId(4)] get; [System.Runtime.InteropServices.DispId(4)] set; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
[<set: System.Runtime.InteropServices.DispId(4)>]
member this.DebugMode : bool with get, set
Public Property DebugMode As Boolean

プロパティ値

タスクでブレークポイントが有効かどうかを確認する必要がある場合は true。それ以外の場合は false。

属性

適用対象