Właściwość MiningServiceParameter.IsRequired
Pobiera wartość logiczna wskazujące, jeśli ten parametr jest wymagany.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public ReadOnly Property IsRequired As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
TRUE , jeśli ten parametr jest wymagany; FALSE inaczej.
Zobacz także