ScriptTask.BreakpointManager Property
Returns the BreakpointManager used for controlling breakpoints on this task.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property BreakpointManager As BreakpointManager
Get
'Usage
Dim instance As ScriptTask
Dim value As BreakpointManager
value = instance.BreakpointManager
[BrowsableAttribute(false)]
public BreakpointManager BreakpointManager { get; }
[BrowsableAttribute(false)]
public:
property BreakpointManager^ BreakpointManager {
BreakpointManager^ get ();
}
[<BrowsableAttribute(false)>]
member BreakpointManager : BreakpointManager
function get BreakpointManager () : BreakpointManager
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.BreakpointManager
The BreakpointManager used to control breakpoints on this task.