Поделиться через


Перечисление DTSForcedExecResult

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Specifies the execution result of a container when the container's ForceExecutionValue is set to true.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Enumeration DTSForcedExecResult
'Применение
Dim instance As DTSForcedExecResult
public enum DTSForcedExecResult
public enum class DTSForcedExecResult
type DTSForcedExecResult
public enum DTSForcedExecResult

Элементы

Имя элемента Описание
DTSFER_COMPLETION The execution result is set to Completion.
DTSFER_FAILURE The execution result is set to Failure.
DTSFER_NONE The execution result is set to None. The event handler returns the actual execution result; the result is not forced.
DTSFER_SUCCESS The execution result is set to Success.

Замечания

For more information, see DTSForcedExecResult.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper