Partager via


Propriété IsRequired

Gets a Boolean indicating if this parameter is required.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.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.