MiningServiceParameter.IsRequired プロパティ
このパラメーターが必要であるかどうかを示す Boolean を取得します。
名前空間: 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
プロパティ値
型: Boolean
このパラメーターが必須である場合は true、それ以外の場合は false。