DtsContainer.ForcedExecutionValue Property

 

Applies To: SQL Server 2016 Preview

If the ForceExecutionValue property is set to True, gets or sets a value that specifies the optional execution value that the package returns.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

public object ForcedExecutionValue { get; set; }
public:
property Object^ ForcedExecutionValue {
    Object^ get();
    void set(Object^ value);
}
member ForcedExecutionValue : Object with get, set
Public Property ForcedExecutionValue As Object

Property Value

Type: System.Object

An object. The default value of this property is 0.

Remarks

To return an optional forced execution value, set the ForceExecutionValue property to True and provide a value for the ForcedExecutionValue property.

See Also

DtsContainer Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top