AmoDataReader Class
Updated: May 24, 2016
Represents an object that retrieves a read-only, forward-only stream of data from an Analysis Services database.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Depth | Gets the depth of nesting for the current row. |
![]() | FieldCount | Gets the number of columns in the current row. |
![]() | IsClosed | Gets a value that indicates whether the AmoDataReader is closed. |
![]() | Item[Int32] | Gets the value of the specified column in its native format given the column ordinal. |
![]() | Item[String^] | Gets the value of the specified column in its native format given the column name. |
![]() | RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
![]() | Results | Gets the collection of results for the current object. |
![]() | RowsetName | Gets the name of the rowset. |
![]() | TopLevelAttributes | Gets the top level attributes for this property. |
| Name | Description | |
|---|---|---|
![]() | Close() | Closes a AmoDataReader object. |
![]() | Dispose() | Releases all unmanaged resources that are used by the site collection object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBoolean(Int32) | Gets the value of the specified column as a Boolean. |
![]() | GetByte(Int32) | Gets the value of the specified column as a byte. |
![]() | GetBytes(Int32, Int64, array<Byte>^, Int32, Int32) | Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset. |
![]() | GetChar(Int32) | Gets the value of the specified column as a single character. |
![]() | GetChars(Int32, Int64, array<Char>^, Int32, Int32) | Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. |
![]() | GetData(Int32) | Retrieves the data of the current object. |
![]() | GetDataTypeName(Int32) | Gets the data type name for the specified index. |
![]() | GetDateTime(Int32) | Gets the value of the specified column as a DateTime object. |
![]() | GetDecimal(Int32) | Gets the fixed-position numeric value of the specified field. |
![]() | GetDouble(Int32) | Gets the value of the specified column as a double-precision floating point number. |
![]() | GetEnumerator() | Returns an enumerator that iterates through a collection. |
![]() | GetFieldType(Int32) | Gets the Type information corresponding to the type of Object. |
![]() | GetFloat(Int32) | Gets the single-precision floating point number of the specified ordinal. |
![]() | GetGuid(Int32) | Gets the value of the specified column as a globally unique identifier (GUID). |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetInt16(Int32) | Gets the value of the specified column as a 16-bit signed integer. |
![]() | GetInt32(Int32) | Gets the value of the specified column as a 32-bit signed integer. |
![]() | GetInt64(Int32) | Gets the value of the specified column as a 64-bit signed integer. |
![]() | GetName(Int32) | |
![]() | GetOrdinal(String^) | Gets the column ordinal, given the name of the column. |
![]() | GetSchemaTable() | Returns a DataTable that describes the column metadata of the AmoDataReader. |
![]() | GetString(Int32) | Returns the specified string for the AmoDataReader. |
![]() | GetTimeSpan(Int32) | Gets the TimeSpan value that is stored in the current AmoDataReader object. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(Int32) | Retrieves the value of the specified column in its native format. |
![]() | GetValues(array<Object^>^) | Populates an array of objects with the column values of the current row. |
![]() | IsDBNull(Int32) | Determines whether the column contains non-existent or missing values. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | NextResult() | Advances the data reader to the next result. |
![]() | Read() | Determines a value that indicates whether the AmoDataReader advances to the next record. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Iterates an enumerator through the collection. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




