Compartilhar via


Propriedade do RDL IsRequired

Gets a Boolean indicating if this parameter is required.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property IsRequired As Boolean
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .Boolean
true if this parameter is required; false otherwise.