Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Contains values that indicate the current status of task execution or a container object at the time of the call.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Enumeration DTSExecStatus
'Utilisation
Dim instance As DTSExecStatus
public enum DTSExecStatus
public enum class DTSExecStatus
type DTSExecStatus
public enum DTSExecStatus
Membres
| Nom de membre | Description | |
|---|---|---|
| DTSES_ABEND | The task experienced an internal error and terminated execution abnormally. | |
| DTSES_COMPLETED | Task has completed executing with a success or failed result. | |
| DTSES_EXECUTING | Task is currently running. | |
| DTSES_NONE | Task is idle (default value). | |
| DTSES_SUSPENDED | Task is currently suspended because the runtime has called suspend because of a breakpoint hit. | |
| DTSES_VALIDATING | Task is currently validating. |
Notes
For more information, see DTSExecStatus.