MiningServiceParameter.IsRequired 属性

Gets a Boolean indicating if this parameter is required.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.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.

请参阅

参考

MiningServiceParameter 类

Microsoft.AnalysisServices.AdomdServer 命名空间