Compartilhar via


Propriedade do RDL ScriptTask.BreakpointManager

Gets the BreakpointManager used for controlling breakpoints on this task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (em Microsoft.SqlServer.ScriptTask.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Consulte também

Referência

ScriptTask Classe

Namespace Microsoft.SqlServer.Dts.Tasks.ScriptTask