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입니다.