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 | |
---|---|---|
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AcceptChangesDuringFill | (Se hereda de DataAdapter.) | |
AcceptChangesDuringUpdate | (Se hereda de DataAdapter.) | |
CanRaiseEvents | (Se hereda de Component.) | |
Container | (Se hereda de Component.) | |
ContinueUpdateOnError | (Se hereda de DataAdapter.) | |
DeleteCommand | (Se hereda de DbDataAdapter.) | |
DesignMode | (Se hereda de Component.) | |
Events | (Se hereda de Component.) | |
FillCommandBehavior | (Se hereda de DbDataAdapter.) | |
FillLoadOption | (Se hereda de DataAdapter.) | |
InsertCommand | (Se hereda de DbDataAdapter.) | |
MissingMappingAction | (Se hereda de DataAdapter.) | |
MissingSchemaAction | (Se hereda de DataAdapter.) | |
ReturnProviderSpecificTypes | (Se hereda de DataAdapter.) | |
SelectCommand | Gets or sets a command that is used to retrieve data from an analytical data source. | |
Site | (Se hereda de Component.) | |
TableMappings | (Se hereda de DataAdapter.) | |
UpdateBatchSize | (Se hereda de DbDataAdapter.) | |
UpdateCommand | (Se hereda de DbDataAdapter.) |
Arriba
Métodos
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
Disposed | (Se hereda de Component.) | |
FillError | (Se hereda de DataAdapter.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IDbDataAdapter. . :: . .DeleteCommand | ||
IDbDataAdapter. . :: . .InsertCommand | ||
IDbDataAdapter. . :: . .UpdateCommand | ||
ICloneable. . :: . .Clone | (Se hereda de DbDataAdapter.) | |
IDbDataAdapter. . :: . .SelectCommand | (Se hereda de DbDataAdapter.) | |
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.