Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
When implemented in a derived class, removes a previously created breakpoint from a task.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub RemoveBreakpointTarget ( _
breakpointID As Integer _
)
'Usage
Dim instance As IDTSBreakpointManager100
Dim breakpointID As Integer
instance.RemoveBreakpointTarget(breakpointID)
void RemoveBreakpointTarget(
int breakpointID
)
void RemoveBreakpointTarget(
[InAttribute] int breakpointID
)
abstract RemoveBreakpointTarget :
breakpointID:int -> unit
function RemoveBreakpointTarget(
breakpointID : int
)
Parameters
- breakpointID
Type: System.Int32
The ID of the breakpoint to remove.