IDTSBreakpointManager100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see BreakpointManager.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("C0D64A44-52A1-4E34-81DA-6F1049E9A651")> _
Public Interface IDTSBreakpointManager100
'Usage
Dim instance As IDTSBreakpointManager100
[GuidAttribute("C0D64A44-52A1-4E34-81DA-6F1049E9A651")]
public interface IDTSBreakpointManager100
[GuidAttribute(L"C0D64A44-52A1-4E34-81DA-6F1049E9A651")]
public interface class IDTSBreakpointManager100
[<GuidAttribute("C0D64A44-52A1-4E34-81DA-6F1049E9A651")>]
type IDTSBreakpointManager100 = interface end
public interface IDTSBreakpointManager100
The IDTSBreakpointManager100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClearBreakpointTargets | Infrastructure. For more information, see BreakpointManager. | |
CreateBreakpointTarget | Infrastructure. For more information, see BreakpointManager. | |
GetBreakpointTarget | Infrastructure. For more information, see BreakpointManager. | |
IsBreakpointTargetEnabled | Infrastructure. For more information, see BreakpointManager. | |
RemoveBreakpointTarget | Infrastructure. For more information, see BreakpointManager. |
Top