IDTSPackage100.GetBreakpointTargets(IDTSBreakpointSite100, Boolean) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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
Параметры
- pBreakpointSite
- IDTSBreakpointSite100
- onlyEnabled
- Boolean
Возвращаемое значение
Коллекция IDTSBreakpointTargets100.
- Атрибуты