次の方法で共有


IDTSContainer100.ForcedExecutionValue プロパティ

定義

public:
 property System::Object ^ ForcedExecutionValue { System::Object ^ get(); void set(System::Object ^ value); };
[System.Runtime.InteropServices.DispId(33)]
public object ForcedExecutionValue { [System.Runtime.InteropServices.DispId(33)] get; [System.Runtime.InteropServices.DispId(33)] set; }
[<System.Runtime.InteropServices.DispId(33)>]
[<get: System.Runtime.InteropServices.DispId(33)>]
[<set: System.Runtime.InteropServices.DispId(33)>]
member this.ForcedExecutionValue : obj with get, set
Public Property ForcedExecutionValue As Object

プロパティ値

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

属性

注釈

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

適用対象