ToBool 方法
Returns a Boolean representation of the MDXValue object.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Function ToBool As Boolean
'用途
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
傳回值
型別:System. . :: . .Boolean
A Boolean.