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


Свойство IDTSContainer100.ExecutionResult

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

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

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

Синтаксис

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

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

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

Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
The result of an execution.

Замечания

For more information, see DtsContainer.

См. также

Справочник

IDTSContainer100 Интерфейс

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