AdomdDataReader Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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
- Наследование
-
AdomdDataReader
- Производный
- Реализации
Конструкторы
AdomdDataReader(XmlReader, CommandBehavior, AdomdConnection, Boolean) |
AdomdDataReader |
Свойства
Depth |
Глубина |
FieldCount |
FieldCount |
IsClosed |
IsClosed |
Item[Int32] |
Элемент |
Item[String] |
Элемент 1 |
RecordsAffected |
RecordsAffected |
RowsetName |
Microsoft.AnalysisServices.AdomdClient.AdomdDataReader |
Методы
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() |
Чтение |
Явные реализации интерфейса
IEnumerable.GetEnumerator() |
Microsoft.AnalysisServices.AdomdClient.AdomdDataReader |