IDTSParameter100.Required 属性

定义

获取或设置一个值,该值指示参数对象是否为必需参数。

public:
 property bool Required { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(4)]
public bool Required { [System.Runtime.InteropServices.DispId(4)] get; [System.Runtime.InteropServices.DispId(4)] set; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
[<set: System.Runtime.InteropServices.DispId(4)>]
member this.Required : bool with get, set
Public Property Required As Boolean

属性值

如果 Parameter 对象是必需参数,则为 True;否则为 false。

属性

适用于