MDXValue Explicit 轉換 (MDXValue to UInt32)
將 MDXValue 物件明確轉換為 32 位元不帶正負號的整數。
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Shared Narrowing Operator CType ( _
mpMDXValue As MDXValue _
) As UInteger
'用途
Dim input As MDXValue
Dim output As UInteger
output = CType(input, UInteger)
public static explicit operator uint (
MDXValue mpMDXValue
)
static explicit operator unsigned int (
MDXValue^ mpMDXValue
)
JScript 支援自訂轉換的使用,但不支援新轉換的宣告。
參數
- mpMDXValue
型別:Microsoft.AnalysisServices.AdomdServer.MDXValue
MDXValue 物件。
傳回值
型別:UInt32
已轉換成為 32 位元不帶正負號的整數的 MDX 值物件。