Compartir a través de


Interfaz IDTSSuspend

Provides methods and properties that are called by the run-time engine to notify tasks to suspend execution.

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

Sintaxis

'Declaración
Public Interface IDTSSuspend
'Uso
Dim instance As IDTSSuspend
public interface IDTSSuspend
public interface class IDTSSuspend
type IDTSSuspend =  interface end
public interface IDTSSuspend

El tipo IDTSSuspend expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública SuspendRequired Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.

Arriba

Métodos

  Nombre Descripción
Método público ResumeExecution Resumes execution of the task after pausing. The task or container is resumed by the runtime engine.
Método público SuspendExecution Indicates that the executable needs to suspend. This method is called by the runtime engine.

Arriba

Comentarios

For more information about using this interface in custom task development, see Agregar compatibilidad con la depuración de una tarea personalizada.