Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a DTSForcedExecResult enumeration value that specifies the execution result of the container.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property ForceExecutionResult As DTSForcedExecResult
Get
Set
'Usage
Dim instance As SequenceClass
Dim value As DTSForcedExecResult
value = instance.ForceExecutionResult
instance.ForceExecutionResult = value
public virtual DTSForcedExecResult ForceExecutionResult { get; set; }
public:
virtual property DTSForcedExecResult ForceExecutionResult {
DTSForcedExecResult get ();
void set (DTSForcedExecResult value);
}
abstract ForceExecutionResult : DTSForcedExecResult with get, set
override ForceExecutionResult : DTSForcedExecResult with get, set
function get ForceExecutionResult () : DTSForcedExecResult
function set ForceExecutionResult (value : DTSForcedExecResult)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSForcedExecResult
A DTSForcedExecResult enumeration value that specifies the execution result of the container.
Implements
IDTSContainer100.ForceExecutionResult