共用方式為


Explicit 轉換 (SByte to MDXValue)

Explicitly converts an 8-bit signed integer value to an MDXValue object.

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

語法

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

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

參數