Enumerazione DTSExecStatus

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Enumeration DTSExecStatus
'Utilizzo
Dim instance As DTSExecStatus
public enum DTSExecStatus
public enum class DTSExecStatus
type DTSExecStatus
public enum DTSExecStatus

Membri

Nome membro Descrizione
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.

Osservazioni

For more information, see DTSExecStatus.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper