AdomdDataAdapter 类

Represents a Microsoft .NET Framework data adapter for an analytical data source.

继承层次结构

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Data.Common.DataAdapter
        System.Data.Common.DbDataAdapter
          Microsoft.AnalysisServices.AdomdClient.AdomdDataAdapter

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public NotInheritable Class AdomdDataAdapter _
    Inherits DbDataAdapter _
    Implements IDbDataAdapter, IDataAdapter
用法
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

AdomdDataAdapter 类型公开以下成员。

构造函数

  名称 说明
公共方法 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.

页首

属性

  名称 说明
公共属性 AcceptChangesDuringFill (从 DataAdapter 继承。)
公共属性 AcceptChangesDuringUpdate (从 DataAdapter 继承。)
公共属性 Container (从 Component 继承。)
公共属性 ContinueUpdateOnError (从 DataAdapter 继承。)
公共属性 DeleteCommand (从 DbDataAdapter 继承。)
受保护属性 FillCommandBehavior (从 DbDataAdapter 继承。)
公共属性 FillLoadOption (从 DataAdapter 继承。)
公共属性 InsertCommand (从 DbDataAdapter 继承。)
公共属性 MissingMappingAction (从 DataAdapter 继承。)
公共属性 MissingSchemaAction (从 DataAdapter 继承。)
公共属性 ReturnProviderSpecificTypes (从 DataAdapter 继承。)
公共属性 SelectCommand Gets or sets a command that is used to retrieve data from an analytical data source.
公共属性 Site (从 Component 继承。)
公共属性 TableMappings (从 DataAdapter 继承。)
公共属性 UpdateBatchSize (从 DbDataAdapter 继承。)
公共属性 UpdateCommand (从 DbDataAdapter 继承。)

页首

方法

  名称 说明
公共方法 CreateObjRef 安全关键。 (从 MarshalByRefObject 继承。)
公共方法 Dispose (从 Component 继承。)
公共方法 Equals (从 Object 继承。)
公共方法 Fill(DataSet) (从 DbDataAdapter 继承。)
公共方法 Fill(DataTable) (从 DbDataAdapter 继承。)
公共方法 Fill(DataSet, String) (从 DbDataAdapter 继承。)
公共方法 Fill(Int32, Int32, array<DataTable[]) (从 DbDataAdapter 继承。)
公共方法 Fill(DataSet, Int32, Int32, String) (从 DbDataAdapter 继承。)
公共方法 FillSchema(DataTable, SchemaType) (从 DbDataAdapter 继承。)
公共方法 FillSchema(DataSet, SchemaType) (从 DbDataAdapter 继承。)
公共方法 FillSchema(DataSet, SchemaType, String) (从 DbDataAdapter 继承。)
公共方法 GetFillParameters (从 DbDataAdapter 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetLifetimeService 安全关键。 (从 MarshalByRefObject 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 InitializeLifetimeService 安全关键。 (从 MarshalByRefObject 继承。)
公共方法 ResetFillLoadOption (从 DataAdapter 继承。)
公共方法 ShouldSerializeAcceptChangesDuringFill (从 DataAdapter 继承。)
公共方法 ShouldSerializeFillLoadOption (从 DataAdapter 继承。)
公共方法 ToString (从 Component 继承。)
公共方法 Update(array<DataRow[]) (从 DbDataAdapter 继承。)
公共方法 Update(DataTable) (从 DbDataAdapter 继承。)
公共方法 Update(DataSet) Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified data set. (覆盖 DbDataAdapter.Update(DataSet)。)
公共方法 Update(DataSet, String) (从 DbDataAdapter 继承。)

页首

事件

  名称 说明
公共事件 Disposed (从 Component 继承。)
公共事件 FillError (从 DataAdapter 继承。)

页首

显式接口实现

  名称 说明
显式接口实现私有属性 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 (从 DbDataAdapter 继承。)
显式接口实现私有属性 IDbDataAdapter.SelectCommand (从 DbDataAdapter 继承。)
显式接口实现私有属性 IDataAdapter.TableMappings (从 DataAdapter 继承。)

页首

注释

The AdomdDataAdapter is the ADOMD.NET implementation of the System.Data.IDbDataAdapter interface from the Microsoft .NET Framework class library. .

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices.AdomdClient 命名空间