Compartir a través de


BreakpointManager Propiedad

Returns the BreakpointManager used for controlling breakpoints on this task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Ensamblado:  Microsoft.SqlServer.ScriptTask (en Microsoft.SqlServer.ScriptTask.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property BreakpointManager As BreakpointManager
    Get
'Uso
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

Valor de la propiedad

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