Partager via


Méthodes AdomdDataReader

Inclure les membres protégés
Inclure les membres hérités

Le type AdomdDataReader expose les membres suivants.

Méthodes

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

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IEnumerable.GetEnumerator Gets the enumerator that iterates through the collection.

Haut de la page

Voir aussi

Référence

AdomdDataReader Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient