Metodo PackageRemote32Class.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 PackageRemote32Class

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

Implementa

IDTSBreakpointSite100.SuspendExecution()

Vedere anche

Riferimento

PackageRemote32Class Classe

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