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.