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, returns the breakpoint object for a specific breakpoint ID.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetBreakpointTarget ( _
breakpointID As Integer _
) As IDTSBreakpointTarget100
'Usage
Dim instance As IDTSBreakpointManager100
Dim breakpointID As Integer
Dim returnValue As IDTSBreakpointTarget100
returnValue = instance.GetBreakpointTarget(breakpointID)
IDTSBreakpointTarget100 GetBreakpointTarget(
int breakpointID
)
IDTSBreakpointTarget100^ GetBreakpointTarget(
[InAttribute] int breakpointID
)
abstract GetBreakpointTarget :
breakpointID:int -> IDTSBreakpointTarget100
function GetBreakpointTarget(
breakpointID : int
) : IDTSBreakpointTarget100
Parameters
- breakpointID
Type: System.Int32
The ID of the breakpoint to return.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointTarget100
A IDTSBreakpointTarget100 object.