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.

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間