Метод PackageRemote64Class.SuspendExecution
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Calls when the executable needs to suspend. This method is called by the runtime engine.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Overridable Sub SuspendExecution
'Применение
Dim instance As PackageRemote64Class
instance.SuspendExecution()
public virtual void SuspendExecution()
public:
virtual void SuspendExecution()
abstract SuspendExecution : unit -> unit
override SuspendExecution : unit -> unit
public function SuspendExecution()
Реализует
IDTSBreakpointSite100.SuspendExecution()