Udostępnij za pośrednictwem


Metoda IDTSPackage100.GetBreakpointTargets

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Ten interfejs jest implementowany przez Package i PackageNeutral interfejsów.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Function GetBreakpointTargets ( _
    pBreakpointSite As IDTSBreakpointSite100, _
    onlyEnabled As Boolean _
) As IDTSBreakpointTargets100
'Użycie
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

Parametry