Metodo IDTSPackage100.GetBreakpointTargets
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Returns IDTSBreakpointTargets100 collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function GetBreakpointTargets ( _
pBreakpointSite As IDTSBreakpointSite100, _
onlyEnabled As Boolean _
) As IDTSBreakpointTargets100
'Utilizzo
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
Parametri
- pBreakpointSite
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointSite100
An object implementing the IDTSBreakpointSite100 interface.
- onlyEnabled
Tipo: System.Boolean
true if only enabled breakpoints are included in the collection; otherwise, false.
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointTargets100
A collection of IDTSBreakpointTargets100.
Osservazioni
This interface is implemented by the Package and PackageNeutral interfaces.