AdomdAffectedObjectsReader Class
Updated: March 10, 2016
Represents a data reader to read the AffectedObjects element returned by an AdomdCommand.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
System::MarshalByRefObject
Microsoft.AnalysisServices.AdomdClient::AdomdDataReader
Microsoft.AnalysisServices.AdomdClient::AdomdAffectedObjectsReader
| Name | Description | |
|---|---|---|
![]() | BaseVersion | Gets or sets the version of the Tabular data model before the current operation was performed. |
![]() | CurrentVersion | Gets or sets the version of the Tabular data model after the current operation was performed. |
![]() | Database | Gets or sets the name of the database that was affected by the operation. |
![]() | Depth | Gets a value indicating the depth of nesting for the current row.(Inherited from AdomdDataReader.) |
![]() | FieldCount | Gets a value indicating the number of columns in the current row.(Inherited from AdomdDataReader.) |
![]() | IsClosed | Gets a value indicating whether the data reader is closed.(Inherited from AdomdDataReader.) |
![]() | 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.(Inherited from AdomdDataReader.) |
![]() | 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.(Inherited from AdomdDataReader.) |
![]() | RecordsAffected | This member is reserved for future use.(Inherited from AdomdDataReader.) |
![]() | RowsetName | For nested rowsets, gets the name of the rowset, which corresponds to the name of the column that contains the rowset. (Inherited from AdomdDataReader.) |
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the AdomdDataReader.(Inherited from AdomdDataReader.) |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from AdomdDataReader.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetBoolean(Int32) | Returns a Boolean that contains the value from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetByte(Int32) | Returns a Byte that contains the value from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetBytes(Int32, Int64, array<Byte>^, Int32, Int32) | This member is reserved for future use.(Inherited from AdomdDataReader.) |
![]() | GetChar(Int32) | Returns a Char that contains the value from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetChars(Int32, Int64, array<Char>^, Int32, Int32) | Returns an array of Char objects that contain a stream of values from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetData(Int32) | Returns a System.Data.IDataReader interface to be used when a column points to more remote structured data.(Inherited from AdomdDataReader.) |
![]() | GetDataReader(Int32) | Gets an AdomdDataReader object from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetDataTypeName(Int32) | Returns a String that contains the full name of the data type for the specified column.(Inherited from AdomdDataReader.) |
![]() | GetDateTime(Int32) | Returns a DateTime that contains the value from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetDecimal(Int32) | Returns a Decimal that contains the value from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetDouble(Int32) | Returns a Double that contains the value from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetEnumerator() | Gets an IEnumerator interface for iterating through the collection.(Inherited from AdomdDataReader.) |
![]() | GetFieldType(Int32) | Returns a Type that represents the data type of the specified column.(Inherited from AdomdDataReader.) |
![]() | GetFloat(Int32) | Returns a Float that contains the value from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetGuid(Int32) | Returns a Guid that contains the value from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetInt16(Int32) | Returns an Int16 that contains the value from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetInt32(Int32) | Returns an Int32 that contains the value from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetInt64(Int32) | Returns an Int64 that contains the value from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetName(Int32) | Returns the name of the specified column.(Inherited from AdomdDataReader.) |
![]() | GetOrdinal(String^) | Returns the ordinal position of the specified column.(Inherited from AdomdDataReader.) |
![]() | GetSchemaTable() | Returns a DataTable that describes the column metadata of the AdomdDataReader.(Inherited from AdomdDataReader.) |
![]() | GetString(Int32) | Returns a String that contains the value from the specified column.(Inherited from AdomdDataReader.) |
![]() | GetTimeSpan(Int32) | Gets the value of the specified column as a TimeSpan object.(Inherited from AdomdDataReader.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(Int32) | Returns the value for the specified column in its native format.(Inherited from AdomdDataReader.) |
![]() | GetValues(array<Object^>^) | Gets an array of values for all of the columns in the current row.(Inherited from AdomdDataReader.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | IsDBNull(Int32) | Returns a Boolean that contains a value indicating whether the column is set to null.(Inherited from AdomdDataReader.) |
![]() | NextResult() | This member is reserved for future use.(Inherited from AdomdDataReader.) |
![]() | Read() | Advances the AdomdDataReader to the next row.(Inherited from AdomdDataReader.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Gets the enumerator that iterates through the collection.(Inherited from AdomdDataReader.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



