Metodo PackageNeutralClass.SuspendExecution

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Sub SuspendExecution
'Utilizzo
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()

Osservazioni

For more information, see Package.

Vedere anche

Riferimento

PackageNeutralClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper