IDTSBreakpointManager100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
タスクに設定されたすべてのブレークポイントを管理する方法を提供します。
public interface class IDTSBreakpointManager100
[System.Runtime.InteropServices.Guid("AD7ACCAE-935F-49AF-88F1-A2384FC61BC4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSBreakpointManager100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("4270BFB2-5868-4A75-BB4A-D21819A22CDE")]
public interface IDTSBreakpointManager100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A3B51C6B-560D-4723-BEC2-0E885BD393A5")]
public interface IDTSBreakpointManager100
[<System.Runtime.InteropServices.Guid("AD7ACCAE-935F-49AF-88F1-A2384FC61BC4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSBreakpointManager100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("4270BFB2-5868-4A75-BB4A-D21819A22CDE")>]
type IDTSBreakpointManager100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A3B51C6B-560D-4723-BEC2-0E885BD393A5")>]
type IDTSBreakpointManager100 = interface
Public Interface IDTSBreakpointManager100
- 属性
注釈
詳細については、BreakpointManagerを参照してください。
メソッド
| 名前 | 説明 |
|---|---|
| ClearBreakpointTargets() |
派生クラスで実装すると、タスクに設定されたすべてのブレークポイントが削除されます。 |
| CreateBreakpointTarget(Int32, String) |
派生クラスで実装すると、指定されたブレークポイントIDと記述を持つ新しいブレークポイントが作成されます。 |
| GetBreakpointTarget(Int32) |
派生クラスで実装された場合、特定のブレークポイントIDのブレークポイントオブジェクトを返します。 |
| IsBreakpointTargetEnabled(Int32) |
派生クラスで実装された場合、ブレークポイントが有効かどうかを示すブール値を返します。 |
| RemoveBreakpointTarget(Int32) |
派生クラスで実装すると、タスクから既に作成されたブレークポイントを削除します。 |