Compartir a través de


AdomdCommand.ExecuteScalar Método

Executes the query, and returns the first column of the first row in the result set returned by the query.

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

Sintaxis

'Declaración
Public Function ExecuteScalar As Object
'Uso
Dim instance As AdomdCommand 
Dim returnValue As Object 

returnValue = instance.ExecuteScalar()
public Object ExecuteScalar()
public:
virtual Object^ ExecuteScalar() sealed
abstract ExecuteScalar : unit -> Object  
override ExecuteScalar : unit -> Object
public final function ExecuteScalar() : Object

Valor devuelto

Tipo: System.Object
The first column of the first row in the result set, or a null reference if the result set is empty.

Implementa

IDbCommand.ExecuteScalar()

Excepciones

Excepción Condición
System.NotSupportedException

The member is called.

Vea también

Referencia

AdomdCommand Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient