Compartilhar via


Interface IDTSSuspend

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Interface IDTSSuspend
'Uso
Dim instance As IDTSSuspend
public interface IDTSSuspend
public interface class IDTSSuspend
type IDTSSuspend =  interface end
public interface IDTSSuspend

Comentários

For more information about using this interface in custom task development, see Adicionando suporte para depurando em uma tarefa personalizada.