共用方式為


ForceExecutionValue 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Property ForceExecutionValue As Boolean
    Get
    Set
'用途
Dim instance As DtsContainer
Dim value As Boolean

value = instance.ForceExecutionValue

instance.ForceExecutionValue = value
public bool ForceExecutionValue { get; set; }
public:
property bool ForceExecutionValue {
    bool get ();
    void set (bool value);
}
member ForceExecutionValue : bool with get, set
function get ForceExecutionValue () : boolean
function set ForceExecutionValue (value : boolean)

屬性值

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

備註

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