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()