Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents a Microsoft .NET Framework data adapter for an analytical data source.
Hiérarchie d'héritage
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Data.Common.DataAdapter
System.Data.Common.DbDataAdapter
Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public NotInheritable Class AdomdDataAdapter _
Inherits DbDataAdapter _
Implements IDbDataAdapter, IDataAdapter
'Utilisation
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
Le type AdomdDataAdapter expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
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. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
AcceptChangesDuringFill | (hérité de DataAdapter.) |
![]() |
AcceptChangesDuringUpdate | (hérité de DataAdapter.) |
![]() |
Container | (hérité de Component.) |
![]() |
ContinueUpdateOnError | (hérité de DataAdapter.) |
![]() |
DeleteCommand | (hérité de DbDataAdapter.) |
![]() |
FillCommandBehavior | (hérité de DbDataAdapter.) |
![]() |
FillLoadOption | (hérité de DataAdapter.) |
![]() |
InsertCommand | (hérité de DbDataAdapter.) |
![]() |
MissingMappingAction | (hérité de DataAdapter.) |
![]() |
MissingSchemaAction | (hérité de DataAdapter.) |
![]() |
ReturnProviderSpecificTypes | (hérité de DataAdapter.) |
![]() |
SelectCommand | Gets or sets a command that is used to retrieve data from an analytical data source. |
![]() |
Site | (hérité de Component.) |
![]() |
TableMappings | (hérité de DataAdapter.) |
![]() |
UpdateBatchSize | (hérité de DbDataAdapter.) |
![]() |
UpdateCommand | (hérité de DbDataAdapter.) |
Haut de la page
Méthodes
Haut de la page
Événements
| Nom | Description | |
|---|---|---|
![]() |
Disposed | (hérité de Component.) |
![]() |
FillError | (hérité de DataAdapter.) |
Haut de la page
Implémentations d'interfaces explicites
| Nom | Description | |
|---|---|---|
![]() ![]() |
IDbDataAdapter.DeleteCommand | Gets or sets an SQL statement for deleting records from the data set. |
![]() ![]() |
IDbDataAdapter.InsertCommand | Gets or sets an SQL statement used to insert new records into the data source. |
![]() ![]() |
IDbDataAdapter.UpdateCommand | Gets or sets an SQL statement used to update records in the data source. |
![]() ![]() |
ICloneable.Clone | (hérité de DbDataAdapter.) |
![]() ![]() |
IDbDataAdapter.SelectCommand | (hérité de DbDataAdapter.) |
![]() ![]() |
IDataAdapter.TableMappings | (hérité de DataAdapter.) |
Haut de la page
Notes
The AdomdDataAdapter is the ADOMD.NET implementation of the System.Data.IDbDataAdapter interface from the Microsoft .NET Framework class library. .
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)