Freigeben über


AdomdDataReader-Member

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

Der AdomdDataReader-Typ macht die folgenden Member verfügbar.

Methoden

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Depth Gets a value indicating the depth of nesting for the current row.
Öffentliche Eigenschaft FieldCount Gets a value indicating the number of columns in the current row.
Öffentliche Eigenschaft IsClosed Gets a value indicating whether the data reader is closed.
Öffentliche Eigenschaft 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 AdomdDataReader class.
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft RecordsAffected This member is reserved for future use.

Zum Anfang

Explizite Schnittstellenimplementierungen 

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable. . :: . .GetEnumerator

Zum Anfang