TransferStoredProceduresTask.SuspendExecution 方法
Indicates that the executable needs to suspend. This method is called by the run-time engine.
命名空间: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
程序集: Microsoft.SqlServer.TransferStoredProceduresTask(在 Microsoft.SqlServer.TransferStoredProceduresTask.dll 中)
语法
声明
Public Sub SuspendExecution
用法
Dim instance As TransferStoredProceduresTask
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 is called by the runtime when a breakpoint has been encountered.
However, you will need to provide code for this method, which is inherited from the IDTSSuspend class, if you write a multi-threaded custom task that exposes breakpoints. If your task is single threaded, which means that your implementation of Execute in your custom task does not start new threads, you do not need to implement this interface. For more information on writing custom tasks, see 开发自定义任务.
请参阅
参考
TransferStoredProceduresTask 类
Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask 命名空间