IDTSSuspend Interfaz
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
Notas
For more information about using this interface in custom task development, see Agregar compatibilidad con la depuración de una tarea personalizada.