Membres AdomdDataReader

Provides a means of reading a forward-only result set obtained by running a command, and can be used to access multidimensional data sources.

Le type AdomdDataReader expose les membres suivants.

Méthodes

  Nom Description
Méthode publique {dtor} This method is for internal use only.
Méthode publique Close Closes the AdomdDataReader.
Méthode publique CreateObjRef (Hérité de MarshalByRefObject.)
Méthode publique Dispose Releases all resources used by the AdomdDataReader.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (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 (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 a TimeSpan that contains the value from the specified column.
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 (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 protégée MemberwiseClone (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de MarshalByRefObject.)
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

Propriétés

  Nom Description
Propriété publique Depth Gets a value indicating the depth of nesting for the current row.
Propriété publique FieldCount Gets a value indicating the number of columns in the current row.
Propriété publique IsClosed Gets a value indicating whether the data reader is closed.
Propriété publique Item[ ( [ ( Int32] ) ] ) Gets the value of a specified column in its native format, given the ordinal position of the column. In Microsoft Visual C#, this property is the indexer for the T:Microsoft.AnalysisServices.AdomdServer.AdomdDataReader class.
Propriété publique Item[ ( [ ( String] ) ] ) Gets the value of a specified column in its native format, given the name of the column. In Microsoft Visual C#, this property is the indexer for the AdomdDataReader class.
Propriété publique RecordsAffected This member is reserved for future use.

Haut de la page