Méthode IDTSPackage100.GetBreakpointTargets
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Returns IDTSBreakpointTargets100 collection.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function GetBreakpointTargets ( _
pBreakpointSite As IDTSBreakpointSite100, _
onlyEnabled As Boolean _
) As IDTSBreakpointTargets100
'Utilisation
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
Paramètres
- pBreakpointSite
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointSite100
An object implementing the IDTSBreakpointSite100 interface.
- onlyEnabled
Type : System.Boolean
true if only enabled breakpoints are included in the collection; otherwise, false.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointTargets100
A collection of IDTSBreakpointTargets100.
Notes
This interface is implemented by the Package and PackageNeutral interfaces.