共用方式為


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.