MDXValue Implicit 轉換 (Int16 to MDXValue)

Implicitly converts a 16-bit signed integer to an MDXValue object.

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

語法

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

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

參數

傳回值

型別:Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted 16-bit signed integer into a MDX value object.

請參閱

參考

MDXValue 類別

Implicit 多載

Microsoft.AnalysisServices.AdomdServer 命名空間