Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a Microsoft .NET Framework data adapter for an analytical data source.
Vererbungshierarchie
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 (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public NotInheritable Class AdomdDataAdapter _
Inherits DbDataAdapter _
Implements IDbDataAdapter, IDataAdapter
'Usage
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
Der AdomdDataAdapter-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
AcceptChangesDuringFill | (Geerbt von DataAdapter.) |
![]() |
AcceptChangesDuringUpdate | (Geerbt von DataAdapter.) |
![]() |
Container | (Geerbt von Component.) |
![]() |
ContinueUpdateOnError | (Geerbt von DataAdapter.) |
![]() |
DeleteCommand | (Geerbt von DbDataAdapter.) |
![]() |
FillCommandBehavior | (Geerbt von DbDataAdapter.) |
![]() |
FillLoadOption | (Geerbt von DataAdapter.) |
![]() |
InsertCommand | (Geerbt von DbDataAdapter.) |
![]() |
MissingMappingAction | (Geerbt von DataAdapter.) |
![]() |
MissingSchemaAction | (Geerbt von DataAdapter.) |
![]() |
ReturnProviderSpecificTypes | (Geerbt von DataAdapter.) |
![]() |
SelectCommand | Gets or sets a command that is used to retrieve data from an analytical data source. |
![]() |
Site | (Geerbt von Component.) |
![]() |
TableMappings | (Geerbt von DataAdapter.) |
![]() |
UpdateBatchSize | (Geerbt von DbDataAdapter.) |
![]() |
UpdateCommand | (Geerbt von DbDataAdapter.) |
Zum Anfang
Methoden
Zum Anfang
Ereignisse
| Name | Beschreibung | |
|---|---|---|
![]() |
Disposed | (Geerbt von Component.) |
![]() |
FillError | (Geerbt von DataAdapter.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
| Name | Beschreibung | |
|---|---|---|
![]() ![]() |
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 | (Geerbt von DbDataAdapter.) |
![]() ![]() |
IDbDataAdapter.SelectCommand | (Geerbt von DbDataAdapter.) |
![]() ![]() |
IDataAdapter.TableMappings | (Geerbt von DataAdapter.) |
Zum Anfang
Hinweise
The AdomdDataAdapter is the ADOMD.NET implementation of the System.Data.IDbDataAdapter interface from the Microsoft .NET Framework class library. .
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)