AdomdDataAdapter Class

 

Updated: March 10, 2016

Represents a Microsoft .NET Framework data adapter for an analytical data source.

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

System::Object
  System::MarshalByRefObject
    System.ComponentModel::Component
      System.Data.Common::DataAdapter
        System.Data.Common::DbDataAdapter
          Microsoft.AnalysisServices.AdomdClient::AdomdDataAdapter

public ref class AdomdDataAdapter sealed : DbDataAdapter, IDbDataAdapter, 
	IDataAdapter

NameDescription
System_CAPS_pubmethodAdomdDataAdapter()

Initializes a new instance of the AdomdDataAdapter class with default values.

System_CAPS_pubmethodAdomdDataAdapter(AdomdCommand^)

Initializes a new instance of the AdomdDataAdapter class by using a specified AdomdCommand as a select command.

System_CAPS_pubmethodAdomdDataAdapter(String^, AdomdConnection^)

Initializes a new instance of the AdomdDataAdapter class by using the specified command text and AdomdConnection.

System_CAPS_pubmethodAdomdDataAdapter(String^, String^)

Initializes a new instance of the AdomdDataAdapter class using the specified command text and connection string.

NameDescription
System_CAPS_pubpropertyAcceptChangesDuringFill

(Inherited from DataAdapter.)

System_CAPS_pubpropertyAcceptChangesDuringUpdate

(Inherited from DataAdapter.)

System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_pubpropertyContinueUpdateOnError

(Inherited from DataAdapter.)

System_CAPS_pubpropertyDeleteCommand

(Inherited from DbDataAdapter.)

System_CAPS_protpropertyFillCommandBehavior

(Inherited from DbDataAdapter.)

System_CAPS_pubpropertyFillLoadOption

(Inherited from DataAdapter.)

System_CAPS_pubpropertyInsertCommand

(Inherited from DbDataAdapter.)

System_CAPS_pubpropertyMissingMappingAction

(Inherited from DataAdapter.)

System_CAPS_pubpropertyMissingSchemaAction

(Inherited from DataAdapter.)

System_CAPS_pubpropertyReturnProviderSpecificTypes

(Inherited from DataAdapter.)

System_CAPS_pubpropertySelectCommand

Gets or sets a command that is used to retrieve data from an analytical data source.

System_CAPS_pubpropertySite

(Inherited from Component.)

System_CAPS_pubpropertyTableMappings

(Inherited from DataAdapter.)

System_CAPS_pubpropertyUpdateBatchSize

(Inherited from DbDataAdapter.)

System_CAPS_pubpropertyUpdateCommand

(Inherited from DbDataAdapter.)

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodFill(DataSet^)

(Inherited from DbDataAdapter.)

System_CAPS_pubmethodFill(DataSet^, Int32, Int32, String^)

(Inherited from DbDataAdapter.)

System_CAPS_pubmethodFill(DataSet^, String^)

(Inherited from DbDataAdapter.)

System_CAPS_pubmethodFill(DataTable^)

(Inherited from DbDataAdapter.)

System_CAPS_pubmethodFill(Int32, Int32, array<DataTable^>^)

(Inherited from DbDataAdapter.)

System_CAPS_pubmethodFillSchema(DataSet^, SchemaType)

(Inherited from DbDataAdapter.)

System_CAPS_pubmethodFillSchema(DataSet^, SchemaType, String^)

(Inherited from DbDataAdapter.)

System_CAPS_pubmethodFillSchema(DataTable^, SchemaType)

(Inherited from DbDataAdapter.)

System_CAPS_pubmethodGetFillParameters()

(Inherited from DbDataAdapter.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Component.)

System_CAPS_pubmethodUpdate(array<DataRow^>^)

(Inherited from DbDataAdapter.)

System_CAPS_pubmethodUpdate(DataSet^)

Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified data set.(Overrides DbDataAdapter::Update(DataSet^).)

System_CAPS_pubmethodUpdate(DataSet^, String^)

(Inherited from DbDataAdapter.)

System_CAPS_pubmethodUpdate(DataTable^)

(Inherited from DbDataAdapter.)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

System_CAPS_pubeventFillError

(Inherited from DataAdapter.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

(Inherited from DbDataAdapter.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDataAdapter::TableMappings

(Inherited from DataAdapter.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDbDataAdapter::DeleteCommand

Gets or sets the AdomdDataAdapter class that does not implement the DeleteCommand property.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDbDataAdapter::InsertCommand

The AdomdDataAdapter class does not implement the InsertCommand property.

Gets or sets a command used to insert new records into the data source.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDbDataAdapter::SelectCommand

(Inherited from DbDataAdapter.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIDbDataAdapter::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.

Return to top
Show: