ScriptTask::BreakpointManager Property
Gets the BreakpointManager used for controlling breakpoints on this task.
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
public: [BrowsableAttribute(false)] property BreakpointManager^ BreakpointManager { BreakpointManager^ get(); }
Property Value
Type: Microsoft.SqlServer.Dts.Runtime::BreakpointManager^The BreakpointManager used to control breakpoints on this task.
Show: