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.