IDTSContainer100.ForceExecutionValue プロパティ

定義

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

プロパティ値

コンテナーの実行値に特定の値を強制的に含める必要がある場合は true。それ以外の場合は false。

属性

注釈

詳細については、「DtsContainer」を参照してください。

適用対象