Compartir a través de


Métodos AdomdDataReader

Incluir miembros protegidos
Incluir miembros heredados

El tipo AdomdDataReader expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público Close Closes the AdomdDataReader.
Método público CreateObjRef Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Método público Equals (Se hereda de Object.)
Método público GetBoolean Returns a Boolean that contains the value from the specified column.
Método público GetByte Returns a Byte that contains the value from the specified column.
Método público GetBytes This member is reserved for future use.
Método público GetChar Returns a Char that contains the value from the specified column.
Método público GetChars Returns an array of Char objects that contain a stream of values from the specified column.
Método público GetData Returns a System.Data.IDataReader interface to be used when a column points to more remote structured data.
Método público GetDataReader Gets an AdomdDataReader object from the specified column.
Método público GetDataTypeName Returns a String that contains the full name of the data type for the specified column.
Método público GetDateTime Returns a DateTime that contains the value from the specified column.
Método público GetDecimal Returns a Decimal that contains the value from the specified column.
Método público GetDouble Returns a Double that contains the value from the specified column.
Método público GetEnumerator Gets an IEnumerator interface for iterating through the collection.
Método público GetFieldType Returns a Type that represents the data type of the specified column.
Método público GetFloat Returns a Float that contains the value from the specified column.
Método público GetGuid Returns a Guid that contains the value from the specified column.
Método público GetHashCode (Se hereda de Object.)
Método público GetInt16 Returns an Int16 that contains the value from the specified column.
Método público GetInt32 Returns an Int32 that contains the value from the specified column.
Método público GetInt64 Returns an Int64 that contains the value from the specified column.
Método público GetLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público GetName Returns the name of the specified column.
Método público GetOrdinal Returns the ordinal position of the specified column.
Método público GetSchemaTable Returns a DataTable that describes the column metadata of the AdomdDataReader.
Método público GetString Returns a String that contains the value from the specified column.
Método público GetTimeSpan Gets the value of the specified column as a TimeSpan object.
Método público GetType (Se hereda de Object.)
Método público GetValue Returns the value for the specified column in its native format.
Método público GetValues Gets an array of values for all of the columns in the current row.
Método público InitializeLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público IsDBNull Returns a Boolean that contains a value indicating whether the column is set to null.
Método público NextResult This member is reserved for future use.
Método público Read Advances the AdomdDataReader to the next row.
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Gets the enumerator that iterates through the collection.

Arriba

Vea también

Referencia

AdomdDataReader Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient