SuspendExecution 메서드
Indicates that the executable needs to suspend.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
어셈블리: Microsoft.SqlServer.ActiveXScriptTask(Microsoft.SqlServer.ActiveXScriptTask.dll)
구문
‘선언
Public Sub SuspendExecution
‘사용 방법
Dim instance As ActiveXScriptTask
instance.SuspendExecution()
public void SuspendExecution()
public:
virtual void SuspendExecution() sealed
abstract SuspendExecution : unit -> unit
override SuspendExecution : unit -> unit
public final function SuspendExecution()
구현
주의
If the SuspendRequired property is set to false, the task can immediately return from the suspend call. A task should not return from this call until it is in a suspended state. Each SuspendExecution call will have a corresponding ResumeExecution call. SuspendExecution and ResumeExecution calls are not to be nested.
중요 |
---|
이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오. |