共用方式為


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 命名空間