Поделиться через


Интерфейс IDTSBreakpointSite100

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Defines the interaction between the Службы Integration Services run-time engine and the task for exposing breakpoints and for creating and managing custom breakpoints.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("A4123393-EA35-4540-93AE-48C64F865EFB")> _
Public Interface IDTSBreakpointSite100 _
    Inherits IDTSSuspend100
'Применение
Dim instance As IDTSBreakpointSite100
[GuidAttribute("A4123393-EA35-4540-93AE-48C64F865EFB")]
public interface IDTSBreakpointSite100 : IDTSSuspend100
[GuidAttribute(L"A4123393-EA35-4540-93AE-48C64F865EFB")]
public interface class IDTSBreakpointSite100 : IDTSSuspend100
[<GuidAttribute("A4123393-EA35-4540-93AE-48C64F865EFB")>]
type IDTSBreakpointSite100 =  
    interface 
        interface IDTSSuspend100 
    end
public interface IDTSBreakpointSite100 extends IDTSSuspend100

Тип IDTSBreakpointSite100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство DebugMode Инфраструктура. Gets or sets a Boolean that indicates if a task should check if breakpoints are enabled.
Открытое свойство SuspendRequired Инфраструктура. Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.

В начало

Методы

  Имя Описание
Открытый метод AcceptBreakpointManager Инфраструктура. Passes a IDTSBreakpointManager100 to a task. The task will use the breakpoint manager to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code.
Открытый метод ResumeExecution Инфраструктура. Resumes execution of the task after pausing. The task or container is resumed by the runtime engine.
Открытый метод SuspendExecution Инфраструктура. Indicates that the executable needs to suspend. This method is called by the runtime engine.

В начало

Замечания

For more information, see IDTSBreakpointSite.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper