Compartir a través de


Explicit Conversión (MDXValue to UInt32)

Explicitly converts an MDXValue object to a 32-bit unsigned integer.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public Shared Narrowing Operator CType ( _
    mpMDXValue As MDXValue _
) As UInteger
'Uso
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 admite el uso de conversiones personalizadas, pero no la declaración de otras nuevas.

Parámetros

Valor devuelto

Tipo: System. . :: . .UInt32
A 32-bit unsigned integer.