ExpressionTask.SuspendExecution Método
Indicates that the executable needs to suspend. This method is called by the runtime engine.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.ExpressionTask
Ensamblado: Microsoft.SqlServer.ExpressionTask (en Microsoft.SqlServer.ExpressionTask.dll)
Sintaxis
'Declaración
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()
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExpressionTask