Partager via


BreakpointManager propriété

Returns the BreakpointManager used for controlling breakpoints on this task.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly :  Microsoft.SqlServer.ScriptTask (dans 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 la propriété

Type : Microsoft.SqlServer.Dts.Runtime. . :: . .BreakpointManager
The BreakpointManager used to control breakpoints on this task.