MDXValue.ToInt32 Método
Returns a 32-bit signed integer representation of the MDXValue object.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Function ToInt32 As Integer
'Uso
Dim instance As MDXValue
Dim returnValue As Integer
returnValue = instance.ToInt32()
public int ToInt32()
public:
int ToInt32()
member ToInt32 : unit -> int
public function ToInt32() : int
Valor devuelto
Tipo: System.Int32
A 32-bit signed integer.