ScriptTask.BreakpointManager Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the BreakpointManager used for controlling breakpoints on this task.
public:
 property Microsoft::SqlServer::Dts::Runtime::BreakpointManager ^ BreakpointManager { Microsoft::SqlServer::Dts::Runtime::BreakpointManager ^ get(); };
	[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Dts.Runtime.BreakpointManager BreakpointManager { get; }
	[<System.ComponentModel.Browsable(false)>]
member this.BreakpointManager : Microsoft.SqlServer.Dts.Runtime.BreakpointManager
	Public ReadOnly Property BreakpointManager As BreakpointManager
	Property Value
The BreakpointManager used to control breakpoints on this task.
- Attributes