ScriptTask.SuspendExecution 메서드
Indicates that the executable must suspend execution. This method is called by the run-time engine.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.ScriptTask
어셈블리: Microsoft.SqlServer.ScriptTask(Microsoft.SqlServer.ScriptTask.dll)
구문
‘선언
Public Sub SuspendExecution
‘사용 방법
Dim instance As ScriptTask
instance.SuspendExecution()
public void SuspendExecution()
public:
virtual void SuspendExecution() sealed
abstract SuspendExecution : unit -> unit
override SuspendExecution : unit -> unit
public final function SuspendExecution()
구현
IDTSSuspend.SuspendExecution()
주의
This method is not used in code. It it called by the runtime when a breakpoint has been encountered.