IDTSPackage100.GetBreakpointTargets(IDTSBreakpointSite100, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns IDTSBreakpointTargets100 collection.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSBreakpointTargets100 ^ GetBreakpointTargets(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSBreakpointSite100 ^ pBreakpointSite, bool onlyEnabled);
[System.Runtime.InteropServices.DispId(53)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointTargets100 GetBreakpointTargets (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointSite100 pBreakpointSite, bool onlyEnabled);
[<System.Runtime.InteropServices.DispId(53)>]
abstract member GetBreakpointTargets : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointSite100 * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSBreakpointTargets100
Public Function GetBreakpointTargets (pBreakpointSite As IDTSBreakpointSite100, onlyEnabled As Boolean) As IDTSBreakpointTargets100
Parameters
- pBreakpointSite
- IDTSBreakpointSite100
An object implementing the IDTSBreakpointSite100 interface.
- onlyEnabled
- Boolean
true if only enabled breakpoints are included in the collection; otherwise, false.
Returns
A collection of IDTSBreakpointTargets100.
- Attributes
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.