Freigeben über


MDXValue.ToBool-Methode

Returns a Boolean representation of the MDXValue object.

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

Syntax

'Declaration
Public Function ToBool As Boolean
'Usage
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

Rückgabewert

Typ: System.Boolean
A Boolean.

Siehe auch

Verweis

MDXValue Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace