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 a Boolean that indicates if the breakpoint is enabled.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function IsBreakpointTargetEnabled ( _
breakpointID As Integer _
) As Boolean
'Usage
Dim instance As IDTSBreakpointManager100
Dim breakpointID As Integer
Dim returnValue As Boolean
returnValue = instance.IsBreakpointTargetEnabled(breakpointID)
bool IsBreakpointTargetEnabled(
int breakpointID
)
bool IsBreakpointTargetEnabled(
[InAttribute] int breakpointID
)
abstract IsBreakpointTargetEnabled :
breakpointID:int -> bool
function IsBreakpointTargetEnabled(
breakpointID : int
) : boolean
Parameters
- breakpointID
Type: System.Int32
The ID of the breakpoint that you want to verify if it is enabled or not.
Return Value
Type: System.Boolean
true if the breakpoint is enabled; otherwise, false.