DtsContainer.ForcedExecutionValue Property

Definition

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

public:
 property System::Object ^ ForcedExecutionValue { System::Object ^ get(); void set(System::Object ^ value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")]
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ForcedExecutionValueDesc")]
public object ForcedExecutionValue { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")>]
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ForcedExecutionValueDesc")>]
member this.ForcedExecutionValue : obj with get, set
Public Property ForcedExecutionValue As Object

Property Value

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

Attributes

Remarks

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

Applies to