Método ExpressionTask.SuspendExecution
Indicates that the executable needs to suspend. This method is called by the runtime engine.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExpressionTask
Assembly: Microsoft.SqlServer.ExpressionTask (em Microsoft.SqlServer.ExpressionTask.dll)
Sintaxe
'Declaração
Public Sub SuspendExecution
'Uso
Dim instance As ExpressionTask
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()