Язык

IDTSContainer100.ForceExecutionResult Свойство

Определение

Получает или устанавливает результат принудительного выполнения контейнера.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSForcedExecResult ForceExecutionResult { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSForcedExecResult get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSForcedExecResult value); };
[System.Runtime.InteropServices.DispId(18)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSForcedExecResult ForceExecutionResult { [System.Runtime.InteropServices.DispId(18)] get; [System.Runtime.InteropServices.DispId(18)] set; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<set: System.Runtime.InteropServices.DispId(18)>]
member this.ForceExecutionResult : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSForcedExecResult with get, set
Public Property ForceExecutionResult As DTSForcedExecResult

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

Перечисление DTSForcedExecResult , сообщающее о вынужденном успехе или неудаче пакета или контейнера.

Атрибуты

Комментарии

Дополнительные сведения см. в разделе DtsContainer.

Применяется к