Partager via


Méthode MDXValue.ToBool

Returns a Boolean representation of the MDXValue object.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Function ToBool As Boolean
'Utilisation
Dim instance As MDXValue 
Dim returnValue As Boolean 

returnValue = instance.ToBool()
public bool ToBool()
public:
bool ToBool()
member ToBool : unit -> bool
public function ToBool() : boolean

Valeur de retour

Type : System.Boolean
A Boolean.

Voir aussi

Référence

MDXValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer