IDTSContainer100.ForceExecutionValue Property

Definition

Gets or sets a value 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); };
[System.Runtime.InteropServices.DispId(32)]
public bool ForceExecutionValue { [System.Runtime.InteropServices.DispId(32)] get; [System.Runtime.InteropServices.DispId(32)] set; }
[<System.Runtime.InteropServices.DispId(32)>]
[<get: System.Runtime.InteropServices.DispId(32)>]
[<set: System.Runtime.InteropServices.DispId(32)>]
member this.ForceExecutionValue : bool with get, set
Public Property ForceExecutionValue As Boolean

Property Value

true if the execution value of the container should be forced to contain a particular value; otherwise, false.

Attributes

Remarks

For more information, see DtsContainer.

Applies to