共用方式為


BreakpointManager 成員

Manages all the breakpoints that are set in on a task. This class cannot be inherited.

BreakpointManager 型別公開下列成員。

方法

  名稱 描述
公用方法 ClearBreakpointTargets Removes all the breakpoints set in a task.
公用方法 CreateBreakpointTarget Creates a new breakpoint in the task with the specified breakpoint ID and description.
公用方法 Equals Determines whether two object instances are equal. (繼承自 DtsObject。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetBreakpointTarget Returns the breakpoint object for a specific breakpoint ID.
公用方法 GetHashCode Returns the hash code for this instance. (繼承自 DtsObject。)
公用方法 GetType (繼承自 Object。)
公用方法 IsBreakpointTargetEnabled A Boolean that indicates if the breakpoint is enabled.
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 RemoveBreakpointTarget Removes a previously created breakpoint from a task.
公用方法 ToString (繼承自 Object。)

頂端