Share via


AdomdDataReader Methods

Include Protected Members
Include Inherited Members

The AdomdDataReader type exposes the following members.

Methods

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

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets the enumerator that iterates through the collection.

Top

See Also

Reference

AdomdDataReader Class

Microsoft.AnalysisServices.AdomdClient Namespace