Método EventHandlerClass.SuspendExecution
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Notifies that the executable needs to suspend. This method is called by the runtime engine.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable Sub SuspendExecution
'Uso
Dim instance As EventHandlerClass
instance.SuspendExecution()
public virtual void SuspendExecution()
public:
virtual void SuspendExecution()
abstract SuspendExecution : unit -> unit
override SuspendExecution : unit -> unit
public function SuspendExecution()
Implementa
IDTSBreakpointSite100.SuspendExecution()