Classe AdomdDataAdapter
Represents a Microsoft .NET Framework data adapter for an analytical data source.
Hierarquia de herança
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
System.Data.Common. . :: . .DataAdapter
System.Data.Common. . :: . .DbDataAdapter
Microsoft.AnalysisServices.AdomdClient..::..AdomdDataAdapter
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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
O tipo AdomdDataAdapter expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AcceptChangesDuringFill | (Herdado de DataAdapter.) | |
AcceptChangesDuringUpdate | (Herdado de DataAdapter.) | |
CanRaiseEvents | (Herdado de Component.) | |
Container | (Herdado de Component.) | |
ContinueUpdateOnError | (Herdado de DataAdapter.) | |
DeleteCommand | (Herdado de DbDataAdapter.) | |
DesignMode | (Herdado de Component.) | |
Events | (Herdado de Component.) | |
FillCommandBehavior | (Herdado de DbDataAdapter.) | |
FillLoadOption | (Herdado de DataAdapter.) | |
InsertCommand | (Herdado de DbDataAdapter.) | |
MissingMappingAction | (Herdado de DataAdapter.) | |
MissingSchemaAction | (Herdado de DataAdapter.) | |
ReturnProviderSpecificTypes | (Herdado de DataAdapter.) | |
SelectCommand | Gets or sets a command that is used to retrieve data from an analytical data source. | |
Site | (Herdado de Component.) | |
TableMappings | (Herdado de DataAdapter.) | |
UpdateBatchSize | (Herdado de DbDataAdapter.) | |
UpdateCommand | (Herdado de DbDataAdapter.) |
Início
Métodos
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDbDataAdapter. . :: . .DeleteCommand | ||
IDbDataAdapter. . :: . .InsertCommand | ||
IDbDataAdapter. . :: . .UpdateCommand | ||
ICloneable. . :: . .Clone | (Herdado de DbDataAdapter.) | |
IDbDataAdapter. . :: . .SelectCommand | (Herdado de DbDataAdapter.) | |
IDataAdapter. . :: . .TableMappings | (Herdado de DataAdapter.) |
Início
Comentários
The AdomdDataAdapter is the ADOMD.NET implementation of the System.Data..::..IDbDataAdapter interface from the Microsoft .NET Framework class library. .
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.