AdomdDataReader Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- Herança
-
AdomdDataReader
- Derivado
- Implementações
Construtores
| AdomdDataReader(XmlReader, CommandBehavior, AdomdConnection, Boolean) |
AdomdDataReader |
Propriedades
| Depth |
Profundidade |
| FieldCount |
FieldCount |
| IsClosed |
IsClosed |
| Item[Int32] |
Item |
| Item[String] |
Item 1 |
| RecordsAffected |
RecordsAffected |
| RowsetName |
Microsoft.AnalysisServices.AdomdClient.AdomdDataReader |
Métodos
| Close() |
Fechar |
| 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() |
Ler |
Implantações explícitas de interface
| IEnumerable.GetEnumerator() |
Microsoft.AnalysisServices.AdomdClient.AdomdDataReader |