Compartir a través de


SuspendExecution Método

Indicates that the executable needs to suspend.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Ensamblado:  Microsoft.SqlServer.ActiveXScriptTask (en Microsoft.SqlServer.ActiveXScriptTask.dll)

Sintaxis

'Declaración
Public Sub SuspendExecution
'Uso
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()

Implementa

IDTSSuspend. . :: . .SuspendExecution() () () ()

Notas

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.

Nota importanteImportante

Esta característica se quitará en la versión siguiente de Microsoft SQL Server. No utilice esta característica en nuevos trabajos de desarrollo y modifique lo antes posible las aplicaciones que actualmente la utilizan.