Интерфейс IDTSBreakpointManager100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Provides methods to manage all the breakpoints that are set in on a task.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")> _
Public Interface IDTSBreakpointManager100
'Применение
Dim instance As IDTSBreakpointManager100
[GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")]
public interface IDTSBreakpointManager100
[GuidAttribute(L"5743F4B7-BCCB-4699-B2F3-CC52965948FC")]
public interface class IDTSBreakpointManager100
[<GuidAttribute("5743F4B7-BCCB-4699-B2F3-CC52965948FC")>]
type IDTSBreakpointManager100 = interface end
public interface IDTSBreakpointManager100
Тип IDTSBreakpointManager100 обеспечивает доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
![]() |
ClearBreakpointTargets | Инфраструктура. When implemented in a derived class, removes all the breakpoints set in a task. |
![]() |
CreateBreakpointTarget | Инфраструктура. When implemented in a derived class, creates a new breakpoint in the task with the specified breakpoint ID and description. |
![]() |
GetBreakpointTarget | Инфраструктура. When implemented in a derived class, returns the breakpoint object for a specific breakpoint ID. |
![]() |
IsBreakpointTargetEnabled | Инфраструктура. When implemented in a derived class, returns a Boolean that indicates if the breakpoint is enabled. |
![]() |
RemoveBreakpointTarget | Инфраструктура. When implemented in a derived class, removes a previously created breakpoint from a task. |
В начало
Замечания
For more information, see BreakpointManager.