다음을 통해 공유


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 네임스페이스