IDTSContainer100.ForceExecutionResult Property

Definition

Gets or sets the forced execution result of the container.

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

Property Value

A DTSForcedExecResult enumeration that reports the forced success or failure of the package or container.

Attributes

Remarks

For more information, see DtsContainer.

Applies to