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.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSBreakpointTargets100 ^ GetBreakpointTargets(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSBreakpointSite100 ^ pBreakpointSite, bool onlyEnabled);
[System.Runtime.InteropServices.DispId(53)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSBreakpointTargets100 GetBreakpointTargets (Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSBreakpointSite100 pBreakpointSite, bool onlyEnabled);
[<System.Runtime.InteropServices.DispId(53)>]
abstract member GetBreakpointTargets : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSBreakpointSite100 * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSBreakpointTargets100
Public Function GetBreakpointTargets (pBreakpointSite As IDTSBreakpointSite100, onlyEnabled As Boolean) As IDTSBreakpointTargets100
Parameters
- pBreakpointSite
- IDTSBreakpointSite100
- onlyEnabled
- Boolean
Returns
A collection of IDTSBreakpointTargets100.
- Attributes