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

适用于