Перечисление DTSExecResult
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Provides values that describe the result of a task execution.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Enumeration DTSExecResult
'Применение
Dim instance As DTSExecResult
public enum DTSExecResult
public enum class DTSExecResult
type DTSExecResult
public enum DTSExecResult
Элементы
Имя элемента | Описание | |
---|---|---|
DTSER_CANCELED | The task was cancelled. | |
DTSER_COMPLETION | The task run to completion. | |
DTSER_FAILURE | The task failed. | |
DTSER_SUCCESS | The task ran successfully. |
Замечания
For more information, see DTSExecResult.