Compartir a través de


Enumeración DTSExecStatus

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Contains values that indicate the current status of task execution or a container object at the time of the call.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Enumeration DTSExecStatus
'Uso
Dim instance As DTSExecStatus
public enum DTSExecStatus
public enum class DTSExecStatus
type DTSExecStatus
public enum DTSExecStatus

Miembros

Nombre del miembro Descripción
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.

Comentarios

For more information, see DTSExecStatus.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper