Interface IDTSSuspend

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Interface IDTSSuspend
'Utilisation
Dim instance As IDTSSuspend
public interface IDTSSuspend
public interface class IDTSSuspend
type IDTSSuspend =  interface end
public interface IDTSSuspend

Notes

For more information about using this interface in custom task development, see Ajout de la prise en charge du débogage dans une tâche personnalisée.