Метод GetBreakpointTargets
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
This interface is implemented by the Package and PackageNeutral interfaces.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Function GetBreakpointTargets ( _
pBreakpointSite As IDTSBreakpointSite100, _
onlyEnabled As Boolean _
) As IDTSBreakpointTargets100
'Применение
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
Параметры
- pBreakpointSite
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSBreakpointSite100
- onlyEnabled
Тип: System. . :: . .Boolean
Возвращаемое значение
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSBreakpointTargets100
См. также