IDTSPackage100.GetBreakpointTargets 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Returns IDTSBreakpointTargets100 collection.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
Function GetBreakpointTargets ( _
    pBreakpointSite As IDTSBreakpointSite100, _
    onlyEnabled As Boolean _
) As IDTSBreakpointTargets100
用法
Dim instance As IDTSPackage100 
Dim pBreakpointSite As IDTSBreakpointSite100 
Dim onlyEnabled As Boolean 
Dim returnValue As IDTSBreakpointTargets100 

returnValue = instance.GetBreakpointTargets(pBreakpointSite, _
    onlyEnabled)
IDTSBreakpointTargets100 GetBreakpointTargets(
    IDTSBreakpointSite100 pBreakpointSite,
    bool onlyEnabled
)
IDTSBreakpointTargets100^ GetBreakpointTargets(
    [InAttribute] IDTSBreakpointSite100^ pBreakpointSite, 
    [InAttribute] bool onlyEnabled
)
abstract GetBreakpointTargets : 
        pBreakpointSite:IDTSBreakpointSite100 * 
        onlyEnabled:bool -> IDTSBreakpointTargets100
function GetBreakpointTargets(
    pBreakpointSite : IDTSBreakpointSite100, 
    onlyEnabled : boolean
) : IDTSBreakpointTargets100

参数

  • onlyEnabled
    类型:System.Boolean
    true if only enabled breakpoints are included in the collection; otherwise, false.

返回值

类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointTargets100
A collection of IDTSBreakpointTargets100.

注释

This interface is implemented by the Package and PackageNeutral interfaces.

请参阅

参考

IDTSPackage100 接口

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间