MDXValue Explicit 轉換 (UInt64 to MDXValue)
Explicitly converts a 64-bit unsigned integer to an MDXValue object.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Shared Narrowing Operator CType ( _
parameter As ULong _
) As MDXValue
'用途
Dim input As ULong
Dim output As MDXValue
output = CType(input, MDXValue)
public static explicit operator MDXValue (
ulong parameter
)
static explicit operator MDXValue^ (
unsigned long long parameter
)
JScript 支援自訂轉換的使用,但不支援新轉換的宣告。
參數
- parameter
型別:System.UInt64
A 64-bit unsigned integer.
傳回值
型別:Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted 64-bit unsigned integer into a MDX value object.