AdomdDataReader Class
Definition
Microsoft.AnalysisServices.AdomdClient.AdomdDataReader
public class AdomdDataReader : MarshalByRefObject, IDisposable, System.Collections.IEnumerable, System.Data.IDataReader
type AdomdDataReader = class
inherit MarshalByRefObject
interface IDataReader
interface IDisposable
interface IDataRecord
interface IEnumerable
Public Class AdomdDataReader
Inherits MarshalByRefObject
Implements IDataReader, IDisposable, IEnumerable
- Inheritance
-
AdomdDataReader
- Derived
- Implements
Constructors
AdomdDataReader(XmlReader, CommandBehavior, AdomdConnection, Boolean) |
AdomdDataReader |
Properties
Depth |
Depth |
FieldCount |
FieldCount |
IsClosed |
IsClosed |
Item[Int32] |
Item |
Item[String] |
Item 1 |
RecordsAffected |
RecordsAffected |
RowsetName |
Methods
Close() |
Close |
Dispose() |
Dispose |
GetBoolean(Int32) |
GetBoolean |
GetByte(Int32) |
GetByte |
GetBytes(Int32, Int64, Byte[], Int32, Int32) |
GetBytes |
GetChar(Int32) |
GetChar |
GetChars(Int32, Int64, Char[], Int32, Int32) |
GetChars |
GetData(Int32) |
GetData |
GetDataReader(Int32) |
GetDataReader |
GetDataTypeName(Int32) |
GetDataTypeName |
GetDateTime(Int32) |
GetDateTime |
GetDecimal(Int32) |
GetDecimal |
GetDouble(Int32) |
GetDouble |
GetEnumerator() |
GetEnumerator |
GetFieldType(Int32) |
GetFieldType |
GetFloat(Int32) |
GetFloat |
GetGuid(Int32) |
GetGuid |
GetInt16(Int32) |
GetInt16 |
GetInt32(Int32) |
GetInt32 |
GetInt64(Int32) |
GetInt64 |
GetName(Int32) |
GetName |
GetOrdinal(String) |
GetOrdinal |
GetSchemaTable() |
GetSchemaTable |
GetString(Int32) |
GetString |
GetTimeSpan(Int32) |
GetTimeSpan |
GetValue(Int32) |
GetValue |
GetValues(Object[]) |
GetValues |
IsDBNull(Int32) |
IsDBNull |
NextResult() |
NextResult |
Read() |
Read |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |