DtsContainer.ForceExecutionValue Property

Definition

Gets or sets a Boolean that indicates whether the execution value of the container should be forced to contain a particular value.

public:
 property bool ForceExecutionValue { bool get(); void set(bool 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), "ForceExecutionValueDesc")]
public bool ForceExecutionValue { 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), "ForceExecutionValueDesc")>]
member this.ForceExecutionValue : bool with get, set
Public Property ForceExecutionValue As Boolean

Property Value

A Boolean that indicates whether the execution value of the container should be forced to contain a particular value.

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