IsRequired Propiedad
Gets a Boolean indicating if this parameter is required.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
true if this parameter is required; false otherwise.
Vea también