MDXValue Explicit 轉換 (Char to MDXValue)
將 Unicode 字元值明確轉換為 MDXValue 物件。
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Shared Narrowing Operator CType ( _
parameter As Char _
) As MDXValue
'用途
Dim input As Char
Dim output As MDXValue
output = CType(input, MDXValue)
public static explicit operator MDXValue (
char parameter
)
static explicit operator MDXValue^ (
wchar_t parameter
)
JScript 支援自訂轉換的使用,但不支援新轉換的宣告。
參數
- parameter
型別:Char
Unicode 字元。
傳回值
型別:Microsoft.AnalysisServices.AdomdServer.MDXValue
已轉換成為 MDX 值物件的 Unicode 字元。