Propriété MiningServiceParameter.IsRequired
Indicates whether this parameter is required.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsRequired As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if this parameter is required; false otherwise.