Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes the CommandText against the Connection and builds an IDataReader.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Private Function ExecuteReader As IDataReader
Implements IDbCommand.ExecuteReader
'Usage
Dim instance As AdomdCommand
Dim returnValue As IDataReader
returnValue = CType(instance, IDbCommand).ExecuteReader()
IDataReader IDbCommand.ExecuteReader()
private:
virtual IDataReader^ ExecuteReader() sealed = IDbCommand::ExecuteReader
private abstract ExecuteReader : unit -> IDataReader
private override ExecuteReader : unit -> IDataReader
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: IDataReader
An IDataReader object.
Implements
IDbCommandExecuteReader