Compartir a través de


TransferLoginsTask.SuspendExecution Method

Indicates that the executable needs to suspend. This method is called by the run-time engine.

Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask
Ensamblado: Microsoft.SqlServer.TransferLoginsTask (in microsoft.sqlserver.transferloginstask.dll)

Sintaxis

'Declaración
Public Sub SuspendExecution
public void SuspendExecution ()
public:
virtual void SuspendExecution () sealed
public final void SuspendExecution ()
public final function SuspendExecution ()

Notas

This method is not used in code. It is called by the runtime when a breakpoint has been encountered.

However, you will need to provide code for this method, which is inherited from the IDTSSuspend class, if you write a multi-threaded custom task that exposes breakpoints. If your task is single threaded, which means that your implementation of Execute in your custom task does not start new threads, you do not need to implement this interface. For more information on writing custom tasks, see Developing a Custom Task.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

TransferLoginsTask Class
TransferLoginsTask Members
Microsoft.SqlServer.Dts.Tasks.TransferLoginsTask Namespace