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를 참조하세요.
메서드
| Name | Description |
|---|---|
| ClearBreakpointTargets() |
파생 클래스에서 구현될 때, 는 작업 내에서 설정된 모든 브레이크포인트를 제거합니다. |
| CreateBreakpointTarget(Int32, String) |
파생 클래스에서 구현될 때, 지정된 브레이크포인트 ID와 설명을 가진 새로운 작업 내 단절점을 생성합니다. |
| GetBreakpointTarget(Int32) |
파생 클래스에서 구현될 경우, 특정 브레이크포인트 ID에 대한 브레이크포인트 객체를 반환합니다. |
| IsBreakpointTargetEnabled(Int32) |
파생 클래스에서 구현될 때, 브레이크포인트가 활성화되었는지 나타내는 불리언을 반환합니다. |
| RemoveBreakpointTarget(Int32) |
파생 클래스에서 구현될 때, 작업에서 이전에 생성된 브레이크포인트를 제거합니다. |