DtsContainer.ForcedExecutionValue Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property ForcedExecutionValue As ObjectProperty 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.