Propriété ScriptTask.BreakpointManager
Gets the BreakpointManager used for controlling breakpoints on this task.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly : Microsoft.SqlServer.ScriptTask (en Microsoft.SqlServer.ScriptTask.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property BreakpointManager As BreakpointManager
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.BreakpointManager
The BreakpointManager used to control breakpoints on this task.