MDXValue.ToBool Method
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
Return Value
Type: Boolean
A Boolean.