Enumerazione DTSExecResult

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

Provides values that describe the result of a task execution.

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

Sintassi

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

Membri

Nome membro Descrizione
DTSER_CANCELED The task was cancelled.
DTSER_COMPLETION The task run to completion.
DTSER_FAILURE The task failed.
DTSER_SUCCESS The task ran successfully.

Osservazioni

For more information, see DTSExecResult.

Vedere anche

Riferimento

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