EventHandlerClass.ForceExecutionResult Property

Definition

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSForcedExecResult ForceExecutionResult { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSForcedExecResult get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSForcedExecResult value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSForcedExecResult ForceExecutionResult { get; set; }
member this.ForceExecutionResult : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSForcedExecResult with get, set
Public Overridable Property ForceExecutionResult As DTSForcedExecResult

Property Value

DTSForcedExecResult

One of the enumeration values of the DTSForcedExecResult enumeration that that specifies the forced execution result of the container.

Implements

Applies to