Proprietà MiningServiceParameter.IsRequired
Gets a Boolean indicating if this parameter is required.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsRequired As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if this parameter is required; false otherwise.