Свойство PackageRemote32Class.ExecutionResult
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets a value that indicates the success or failure of the execution of the package.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property ExecutionResult As DTSExecResult
Get
'Применение
Dim instance As PackageRemote32Class
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 result of the execution.
Реализует
IDTSContainer100.ExecutionResult