Compartir a través de


Clase AdomdDataAdapter

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public NotInheritable Class AdomdDataAdapter _
    Inherits DbDataAdapter _
    Implements IDbDataAdapter, IDataAdapter
'Uso
Dim instance As AdomdDataAdapter
public sealed class AdomdDataAdapter : DbDataAdapter, 
    IDbDataAdapter, IDataAdapter
public ref class AdomdDataAdapter sealed : public DbDataAdapter, 
    IDbDataAdapter, IDataAdapter
[<SealedAttribute>]
type AdomdDataAdapter =  
    class 
        inherit DbDataAdapter 
        interface IDbDataAdapter 
        interface IDataAdapter 
    end
public final class AdomdDataAdapter extends DbDataAdapter implements IDbDataAdapter, IDataAdapter

El tipo AdomdDataAdapter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público AdomdDataAdapter() Initializes a new instance of the AdomdDataAdapter class with default values.
Método público AdomdDataAdapter(AdomdCommand) Initializes a new instance of the AdomdDataAdapter class by using a specified AdomdCommand as a select command.
Método público AdomdDataAdapter(String, AdomdConnection) Initializes a new instance of the AdomdDataAdapter class by using the specified command text and AdomdConnection.
Método público AdomdDataAdapter(String, String) Initializes a new instance of the AdomdDataAdapter class using the specified command text and connection string.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AcceptChangesDuringFill (Se hereda de DataAdapter.)
Propiedad pública AcceptChangesDuringUpdate (Se hereda de DataAdapter.)
Propiedad pública Container (Se hereda de Component.)
Propiedad pública ContinueUpdateOnError (Se hereda de DataAdapter.)
Propiedad pública DeleteCommand (Se hereda de DbDataAdapter.)
Propiedad protegida FillCommandBehavior (Se hereda de DbDataAdapter.)
Propiedad pública FillLoadOption (Se hereda de DataAdapter.)
Propiedad pública InsertCommand (Se hereda de DbDataAdapter.)
Propiedad pública MissingMappingAction (Se hereda de DataAdapter.)
Propiedad pública MissingSchemaAction (Se hereda de DataAdapter.)
Propiedad pública ReturnProviderSpecificTypes (Se hereda de DataAdapter.)
Propiedad pública SelectCommand Gets or sets a command that is used to retrieve data from an analytical data source.
Propiedad pública Site (Se hereda de Component.)
Propiedad pública TableMappings (Se hereda de DataAdapter.)
Propiedad pública UpdateBatchSize (Se hereda de DbDataAdapter.)
Propiedad pública UpdateCommand (Se hereda de DbDataAdapter.)

Arriba

Métodos

  Nombre Descripción
Método público CreateObjRef Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público Dispose (Se hereda de Component.)
Método público Equals (Se hereda de Object.)
Método público Fill(DataSet) (Se hereda de DbDataAdapter.)
Método público Fill(DataTable) (Se hereda de DbDataAdapter.)
Método público Fill(DataSet, String) (Se hereda de DbDataAdapter.)
Método público Fill(Int32, Int32, array<DataTable[]) (Se hereda de DbDataAdapter.)
Método público Fill(DataSet, Int32, Int32, String) (Se hereda de DbDataAdapter.)
Método público FillSchema(DataTable, SchemaType) (Se hereda de DbDataAdapter.)
Método público FillSchema(DataSet, SchemaType) (Se hereda de DbDataAdapter.)
Método público FillSchema(DataSet, SchemaType, String) (Se hereda de DbDataAdapter.)
Método público GetFillParameters (Se hereda de DbDataAdapter.)
Método público GetHashCode (Se hereda de Object.)
Método público GetLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público GetType (Se hereda de Object.)
Método público InitializeLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público ResetFillLoadOption (Se hereda de DataAdapter.)
Método público ShouldSerializeAcceptChangesDuringFill (Se hereda de DataAdapter.)
Método público ShouldSerializeFillLoadOption (Se hereda de DataAdapter.)
Método público ToString (Se hereda de Component.)
Método público Update(array<DataRow[]) (Se hereda de DbDataAdapter.)
Método público Update(DataTable) (Se hereda de DbDataAdapter.)
Método público Update(DataSet) Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified data set. (Invalida DbDataAdapter.Update(DataSet).)
Método público Update(DataSet, String) (Se hereda de DbDataAdapter.)

Arriba

Eventos

  Nombre Descripción
Evento público Disposed (Se hereda de Component.)
Evento público FillError (Se hereda de DataAdapter.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasPropiedad privada IDbDataAdapter.DeleteCommand Gets or sets an SQL statement for deleting records from the data set.
Implementación de interfaces explícitasPropiedad privada IDbDataAdapter.InsertCommand Gets or sets an SQL statement used to insert new records into the data source.
Implementación de interfaces explícitasPropiedad privada IDbDataAdapter.UpdateCommand Gets or sets an SQL statement used to update records in the data source.
Implementación de interfaces explícitasMétodo privado ICloneable.Clone (Se hereda de DbDataAdapter.)
Implementación de interfaces explícitasPropiedad privada IDbDataAdapter.SelectCommand (Se hereda de DbDataAdapter.)
Implementación de interfaces explícitasPropiedad privada IDataAdapter.TableMappings (Se hereda de DataAdapter.)

Arriba

Comentarios

The AdomdDataAdapter is the ADOMD.NET implementation of the System.Data.IDbDataAdapter interface from the Microsoft .NET Framework class library. .

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdClient