MDXValue.ToUInt16 Método
Devuelve una representación de entero de 16 bits sin signo del objeto MDXValue.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Function ToUInt16 As UShort
'Uso
Dim instance As MDXValue
Dim returnValue As UShort
returnValue = instance.ToUInt16()
public ushort ToUInt16()
public:
unsigned short ToUInt16()
member ToUInt16 : unit -> uint16
public function ToUInt16() : ushort
Valor devuelto
Tipo: UInt16
Entero de 16 bits sin signo.