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


Свойство TaskHostClass.ExecutionResult

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

Gets a value that indicates the success or failure of the execution of the TaskHostClass object.

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

Синтаксис

'Декларация
Public Overridable ReadOnly Property ExecutionResult As DTSExecResult 
    Get
'Применение
Dim instance As TaskHostClass 
Dim value As DTSExecResult 

value = instance.ExecutionResult
public virtual DTSExecResult ExecutionResult { get; }
public:
virtual property DTSExecResult ExecutionResult {
    DTSExecResult get ();
}
abstract ExecutionResult : DTSExecResult 
override ExecutionResult : DTSExecResult
function get ExecutionResult () : DTSExecResult

Значение свойства

Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The success or failure of the execution of the TaskHostClass object.

Реализует

IDTSContainer100.ExecutionResult

См. также

Справочник

TaskHostClass Класс

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