इसके माध्यम से साझा किया गया


IDTSBreakpointManager100.IsBreakpointTargetEnabled Method

This API supports the .NET Framework 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
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

Return Value

Type: System.Boolean