ExpressionTask.SuspendExecution Method
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 (in Microsoft.SqlServer.ExpressionTask.dll)
Syntax
'Declaration
Public Sub SuspendExecution
'Usage
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()
Implements
IDTSSuspend.SuspendExecution()