ParameterInfo.Required 属性

定义

一个布尔值,表示是否需要该参数

public:
 property bool Required { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.ReadOnly(true)]
public bool Required { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.Required : bool
Public ReadOnly Property Required As Boolean

属性值

True如果需要该参数;否则,。 false

属性

适用于