Metodo PackageRemote64Class.SuspendExecution
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Calls 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 PackageRemote64Class
instance.SuspendExecution()
public virtual void SuspendExecution()
public:
virtual void SuspendExecution()
abstract SuspendExecution : unit -> unit
override SuspendExecution : unit -> unit
public function SuspendExecution()
Implementa
IDTSBreakpointSite100.SuspendExecution()