AdomdDataAdapter Class
Updated: March 10, 2016
Represents a Microsoft .NET Framework data adapter for an analytical data source.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
System::MarshalByRefObject
System.ComponentModel::Component
System.Data.Common::DataAdapter
System.Data.Common::DbDataAdapter
Microsoft.AnalysisServices.AdomdClient::AdomdDataAdapter
| Name | Description | |
|---|---|---|
![]() | AdomdDataAdapter() | Initializes a new instance of the AdomdDataAdapter class with default values. |
![]() | AdomdDataAdapter(AdomdCommand^) | Initializes a new instance of the AdomdDataAdapter class by using a specified AdomdCommand as a select command. |
![]() | AdomdDataAdapter(String^, AdomdConnection^) | Initializes a new instance of the AdomdDataAdapter class by using the specified command text and AdomdConnection. |
![]() | AdomdDataAdapter(String^, String^) | Initializes a new instance of the AdomdDataAdapter class using the specified command text and connection string. |
| Name | Description | |
|---|---|---|
![]() | AcceptChangesDuringFill | (Inherited from DataAdapter.) |
![]() | AcceptChangesDuringUpdate | (Inherited from DataAdapter.) |
![]() | Container | (Inherited from Component.) |
![]() | ContinueUpdateOnError | (Inherited from DataAdapter.) |
![]() | DeleteCommand | (Inherited from DbDataAdapter.) |
![]() | FillCommandBehavior | (Inherited from DbDataAdapter.) |
![]() | FillLoadOption | (Inherited from DataAdapter.) |
![]() | InsertCommand | (Inherited from DbDataAdapter.) |
![]() | MissingMappingAction | (Inherited from DataAdapter.) |
![]() | MissingSchemaAction | (Inherited from DataAdapter.) |
![]() | ReturnProviderSpecificTypes | (Inherited from DataAdapter.) |
![]() | SelectCommand | Gets or sets a command that is used to retrieve data from an analytical data source. |
![]() | Site | (Inherited from Component.) |
![]() | TableMappings | (Inherited from DataAdapter.) |
![]() | UpdateBatchSize | (Inherited from DbDataAdapter.) |
![]() | UpdateCommand | (Inherited from DbDataAdapter.) |
| Name | Description | |
|---|---|---|
![]() | Disposed | (Inherited from Component.) |
![]() | FillError | (Inherited from DataAdapter.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | (Inherited from DbDataAdapter.) |
![]() ![]() | IDataAdapter::TableMappings | (Inherited from DataAdapter.) |
![]() ![]() | IDbDataAdapter::DeleteCommand | Gets or sets the AdomdDataAdapter class that does not implement the DeleteCommand property. |
![]() ![]() | IDbDataAdapter::InsertCommand | The AdomdDataAdapter class does not implement the InsertCommand property. Gets or sets a command used to insert new records into the data source. |
![]() ![]() | IDbDataAdapter::SelectCommand | (Inherited from DbDataAdapter.) |
![]() ![]() | IDbDataAdapter::UpdateCommand | Gets or sets the AdomdDataAdapter class that does not implement the UpdateCommand property. |
The AdomdDataAdapter is the ADOMD.NET implementation of the System.Data::IDbDataAdapter interface from the Microsoft .NET Framework class library. .
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






