次の方法で共有


ForceExecutionValue プロパティ

コンテナの実行値に特定の値を適用する必要があるかどうかを示す Boolean を取得します。値の設定も可能です。

名前空間:  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
コンテナの実行値に特定の値を適用する必要があるかどうかを示す Boolean です。

説明

オプションの強制実行値を返すには、ForceExecutionValue プロパティを True に設定し、ForcedExecutionValue プロパティに値を指定します。