共用方式為


ExpressionTask.SuspendExecution 方法

Indicates that the executable needs to suspend. This method is called by the runtime engine.

命名空間:  Microsoft.SqlServer.Dts.Tasks.ExpressionTask
組件:  Microsoft.SqlServer.ExpressionTask (在 Microsoft.SqlServer.ExpressionTask.dll 中)

語法

'宣告
Public Sub SuspendExecution
'用途
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()

實作

IDTSSuspend.SuspendExecution()

請參閱

參考

ExpressionTask 類別

Microsoft.SqlServer.Dts.Tasks.ExpressionTask 命名空間