Compartilhar via


Método ManagedWrapper.SuspendExecution

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

Suspends the wrapper execution.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Sub SuspendExecution
'Uso
Dim instance As ManagedWrapper

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

Implementa

IDTSBreakpointSite100.SuspendExecution()
IDTSSuspend100.SuspendExecution()

Consulte também

Referência

ManagedWrapper Classe

Namespace Microsoft.SqlServer.Dts.Runtime