共用方式為


AdomdDataReader 成員

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.

AdomdDataReader 型別公開下列成員。

方法

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

頂端

屬性

  名稱 描述
公用屬性 Depth Gets a value indicating the depth of nesting for the current row.
公用屬性 FieldCount Gets a value indicating the number of columns in the current row.
公用屬性 IsClosed Gets a value indicating whether the data reader is closed.
公用屬性 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.
公用屬性 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.
公用屬性 RecordsAffected This member is reserved for future use.

頂端

明確繼承實作  

  名稱 描述
明確介面實作私用方法 IEnumerable. . :: . .GetEnumerator

頂端