共用方式為


IsRequired 屬性

Indicates whether this parameter is required.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property IsRequired As Boolean
    Get
'用途
Dim instance As MiningServiceParameter
Dim value As Boolean

value = instance.IsRequired
public bool IsRequired { get; }
public:
property bool IsRequired {
    bool get ();
}
member IsRequired : bool
function get IsRequired () : boolean

屬性值

型別:System. . :: . .Boolean
true if this parameter is required; false otherwise.