SuspendExecution 方法

Indicates that the executable must suspend execution. This method is called by the run-time engine.

命名空间:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集:  Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)

语法

声明
Public Sub SuspendExecution
用法
Dim instance As ScriptTask

instance.SuspendExecution()
public void SuspendExecution()
public:
virtual void SuspendExecution() sealed
abstract SuspendExecution : unit -> unit 
override SuspendExecution : unit -> unit 
public final function SuspendExecution()

实现

IDTSSuspend. . :: . .SuspendExecution() () () ()

注释

This method is not used in code. It it called by the runtime when a breakpoint has been encountered.