Compartilhar via


Método ForLoopClass.SuspendExecution

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Indicates 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 ForLoopClass

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

Implementa

IDTSBreakpointSite100.SuspendExecution()

Consulte também

Referência

ForLoopClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper