AdomdDataAdapter Class
Represents a Microsoft .NET Framework data adapter for an analytical data source.
Inheritance Hierarchy
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
The AdomdDataAdapter type exposes the following members.
Constructors
Name | 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. |
Top
Properties
Name | Description | |
---|---|---|
AcceptChangesDuringFill | (Inherited from DataAdapter.) | |
AcceptChangesDuringUpdate | (Inherited from DataAdapter.) | |
Container | (Inherited from Component.) | |
ContinueUpdateOnError | (Inherited from DataAdapter.) | |
DeleteCommand | (Inherited from DbDataAdapter.) | |
FillCommandBehavior | (Inherited from DbDataAdapter.) | |
FillLoadOption | (Inherited from DataAdapter.) | |
InsertCommand | (Inherited from DbDataAdapter.) | |
MissingMappingAction | (Inherited from DataAdapter.) | |
MissingSchemaAction | (Inherited from DataAdapter.) | |
ReturnProviderSpecificTypes | (Inherited from DataAdapter.) | |
SelectCommand | Gets or sets a command that is used to retrieve data from an analytical data source. | |
Site | (Inherited from Component.) | |
TableMappings | (Inherited from DataAdapter.) | |
UpdateBatchSize | (Inherited from DbDataAdapter.) | |
UpdateCommand | (Inherited from DbDataAdapter.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) | |
FillError | (Inherited from DataAdapter.) |
Top
Explicit Interface Implementations
Name | 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 | (Inherited from DbDataAdapter.) | |
IDbDataAdapter.SelectCommand | (Inherited from DbDataAdapter.) | |
IDataAdapter.TableMappings | (Inherited from DataAdapter.) |
Top
Remarks
The AdomdDataAdapter is the ADOMD.NET implementation of the System.Data.IDbDataAdapter interface from the Microsoft .NET Framework class library. .
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.