Compartir a través de


PackageNeutralClass.SuspendExecution Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Called when the executable needs to suspend. This method is called by the runtime engine.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable Sub SuspendExecution
'Uso
Dim instance As PackageNeutralClass

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

Implementa

IDTSBreakpointSite100.SuspendExecution()

Comentarios

For more information, see Package.

Vea también

Referencia

PackageNeutralClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper