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.