Énumération DTSExecResult
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Provides values that describe the result of a task execution.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Enumeration DTSExecResult
'Utilisation
Dim instance As DTSExecResult
public enum DTSExecResult
public enum class DTSExecResult
type DTSExecResult
public enum DTSExecResult
Membres
Nom de membre | Description | |
---|---|---|
DTSER_CANCELED | The task was cancelled. | |
DTSER_COMPLETION | The task run to completion. | |
DTSER_FAILURE | The task failed. | |
DTSER_SUCCESS | The task ran successfully. |
Notes
For more information, see DTSExecResult.