共用方式為


MDXValue Implicit 轉換 (Double to MDXValue)

將雙精確度浮點數隱含轉換為 MDXValue 物件。

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Shared Widening Operator CType ( _
    parameter As Double _
) As MDXValue
'用途
Dim input As Double 
Dim output As MDXValue 

output = CType(input, MDXValue)
public static implicit operator MDXValue (
    double parameter
)
static implicit operator MDXValue^ (
    double parameter
)
JScript 支援自訂轉換的使用,但不支援新轉換的宣告。

參數

  • parameter
    型別:Double
    雙精確度浮點數。

傳回值

型別:Microsoft.AnalysisServices.AdomdServer.MDXValue
已轉換成為 MDX 值物件的雙精確度浮點數。

請參閱

參考

MDXValue 類別

Implicit 多載

Microsoft.AnalysisServices.AdomdServer 命名空間