Freigeben über


IDTSPackage100.GetBreakpointTargets-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns IDTSBreakpointTargets100 collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function GetBreakpointTargets ( _
    pBreakpointSite As IDTSBreakpointSite100, _
    onlyEnabled As Boolean _
) As IDTSBreakpointTargets100
'Usage
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

Parameter

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

Rückgabewert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointTargets100
A collection of IDTSBreakpointTargets100.

Hinweise

This interface is implemented by the Package and PackageNeutral interfaces.

Siehe auch

Verweis

IDTSPackage100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace