Classe AdomdDataAdapter
Represents a Microsoft .NET Framework data adapter for an analytical data source.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
System.Data.Common. . :: . .DataAdapter
System.Data.Common. . :: . .DbDataAdapter
Microsoft.AnalysisServices.AdomdClient..::..AdomdDataAdapter
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class AdomdDataAdapter _
Inherits DbDataAdapter _
Implements IDbDataAdapter, IDataAdapter
'Utilizzo
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
Nel tipo AdomdDataAdapter sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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 alto
Proprietà
Nome | Descrizione | |
---|---|---|
AcceptChangesDuringFill | Ereditato da DataAdapter. | |
AcceptChangesDuringUpdate | Ereditato da DataAdapter. | |
CanRaiseEvents | Ereditato da Component. | |
Container | Ereditato da Component. | |
ContinueUpdateOnError | Ereditato da DataAdapter. | |
DeleteCommand | Ereditato da DbDataAdapter. | |
DesignMode | Ereditato da Component. | |
Events | Ereditato da Component. | |
FillCommandBehavior | Ereditato da DbDataAdapter. | |
FillLoadOption | Ereditato da DataAdapter. | |
InsertCommand | Ereditato da DbDataAdapter. | |
MissingMappingAction | Ereditato da DataAdapter. | |
MissingSchemaAction | Ereditato da DataAdapter. | |
ReturnProviderSpecificTypes | Ereditato da DataAdapter. | |
SelectCommand | Gets or sets a command that is used to retrieve data from an analytical data source. | |
Site | Ereditato da Component. | |
TableMappings | Ereditato da DataAdapter. | |
UpdateBatchSize | Ereditato da DbDataAdapter. | |
UpdateCommand | Ereditato da DbDataAdapter. |
In alto
Metodi
In alto
Eventi
Nome | Descrizione | |
---|---|---|
Disposed | Ereditato da Component. | |
FillError | Ereditato da DataAdapter. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IDbDataAdapter. . :: . .DeleteCommand | ||
IDbDataAdapter. . :: . .InsertCommand | ||
IDbDataAdapter. . :: . .UpdateCommand | ||
ICloneable. . :: . .Clone | Ereditato da DbDataAdapter. | |
IDbDataAdapter. . :: . .SelectCommand | Ereditato da DbDataAdapter. | |
IDataAdapter. . :: . .TableMappings | Ereditato da DataAdapter. |
In alto
Osservazioni
The AdomdDataAdapter is the ADOMD.NET implementation of the System.Data..::..IDbDataAdapter interface from the Microsoft .NET Framework class library. .
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.