AmoDataReader Class

 

Updated: May 24, 2016

Represents an object that retrieves a read-only, forward-only stream of data from an Analysis Services database.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

System::Object
  Microsoft.AnalysisServices::AmoDataReader

public ref class AmoDataReader : IDataReader, IDisposable, IDataRecord, 
	IEnumerable

NameDescription
System_CAPS_pubpropertyDepth

Gets the depth of nesting for the current row.

System_CAPS_pubpropertyFieldCount

Gets the number of columns in the current row.

System_CAPS_pubpropertyIsClosed

Gets a value that indicates whether the AmoDataReader is closed.

System_CAPS_pubpropertyItem[Int32]

Gets the value of the specified column in its native format given the column ordinal.

System_CAPS_pubpropertyItem[String^]

Gets the value of the specified column in its native format given the column name.

System_CAPS_pubpropertyRecordsAffected

Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.

System_CAPS_pubpropertyResults

Gets the collection of results for the current object.

System_CAPS_pubpropertyRowsetName

Gets the name of the rowset.

System_CAPS_pubpropertyTopLevelAttributes

Gets the top level attributes for this property.

NameDescription
System_CAPS_pubmethodClose()

Closes a AmoDataReader object.

System_CAPS_pubmethodDispose()

Releases all unmanaged resources that are used by the site collection object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBoolean(Int32)

Gets the value of the specified column as a Boolean.

System_CAPS_pubmethodGetByte(Int32)

Gets the value of the specified column as a byte.

System_CAPS_pubmethodGetBytes(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.

System_CAPS_pubmethodGetChar(Int32)

Gets the value of the specified column as a single character.

System_CAPS_pubmethodGetChars(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.

System_CAPS_pubmethodGetData(Int32)

Retrieves the data of the current object.

System_CAPS_pubmethodGetDataTypeName(Int32)

Gets the data type name for the specified index.

System_CAPS_pubmethodGetDateTime(Int32)

Gets the value of the specified column as a DateTime object.

System_CAPS_pubmethodGetDecimal(Int32)

Gets the fixed-position numeric value of the specified field.

System_CAPS_pubmethodGetDouble(Int32)

Gets the value of the specified column as a double-precision floating point number.

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that iterates through a collection.

System_CAPS_pubmethodGetFieldType(Int32)

Gets the Type information corresponding to the type of Object.

System_CAPS_pubmethodGetFloat(Int32)

Gets the single-precision floating point number of the specified ordinal.

System_CAPS_pubmethodGetGuid(Int32)

Gets the value of the specified column as a globally unique identifier (GUID).

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetInt16(Int32)

Gets the value of the specified column as a 16-bit signed integer.

System_CAPS_pubmethodGetInt32(Int32)

Gets the value of the specified column as a 32-bit signed integer.

System_CAPS_pubmethodGetInt64(Int32)

Gets the value of the specified column as a 64-bit signed integer.

System_CAPS_pubmethodGetName(Int32)

System_CAPS_pubmethodGetOrdinal(String^)

Gets the column ordinal, given the name of the column.

System_CAPS_pubmethodGetSchemaTable()

Returns a DataTable that describes the column metadata of the AmoDataReader.

System_CAPS_pubmethodGetString(Int32)

Returns the specified string for the AmoDataReader.

System_CAPS_pubmethodGetTimeSpan(Int32)

Gets the TimeSpan value that is stored in the current AmoDataReader object.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValue(Int32)

Retrieves the value of the specified column in its native format.

System_CAPS_pubmethodGetValues(array<Object^>^)

Populates an array of objects with the column values of the current row.

System_CAPS_pubmethodIsDBNull(Int32)

Determines whether the column contains non-existent or missing values.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodNextResult()

Advances the data reader to the next result.

System_CAPS_pubmethodRead()

Determines a value that indicates whether the AmoDataReader advances to the next record.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::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.

Return to top
Show: