共用方式為


ScriptTask.BreakpointManager 屬性

Gets 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.

請參閱

參考

ScriptTask 類別

Microsoft.SqlServer.Dts.Tasks.ScriptTask 命名空間