IDTSBreakpointManager100.IsBreakpointTargetEnabled 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Function IsBreakpointTargetEnabled ( _
breakpointID As Integer _
) As Boolean
用法
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
参数
- breakpointID
类型:System.Int32
The ID of the breakpoint that you want to verify if it is enabled or not.
返回值
类型:System.Boolean
true if the breakpoint is enabled; otherwise, false.