BreakpointManager 属性

Returns the BreakpointManager used for controlling breakpoints on this task.

命名空间:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集:  Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property BreakpointManager As BreakpointManager
    Get
用法
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

属性值

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