共用方式為


BusinessLogicDataAdapter 類別

Represents the business logic data adapter.

繼承階層

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Data.Common.DataAdapter
        System.Data.Common.DbDataAdapter
          Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicDataAdapter

命名空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
組件:  Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

語法

'宣告
Public Class BusinessLogicDataAdapter _
    Inherits DbDataAdapter _
    Implements IDbDataAdapter, IDataAdapter
'用途
Dim instance As BusinessLogicDataAdapter
public class BusinessLogicDataAdapter : DbDataAdapter, 
    IDbDataAdapter, IDataAdapter
public ref class BusinessLogicDataAdapter : public DbDataAdapter, 
    IDbDataAdapter, IDataAdapter
type BusinessLogicDataAdapter =  
    class 
        inherit DbDataAdapter 
        interface IDbDataAdapter 
        interface IDataAdapter 
    end
public class BusinessLogicDataAdapter extends DbDataAdapter implements IDbDataAdapter, IDataAdapter

BusinessLogicDataAdapter 型別公開下列成員。

建構函式

  名稱 說明
公用方法 BusinessLogicDataAdapter Initializes a new instance of the BusinessLogicDataAdapter class.

上層

屬性

  名稱 說明
公用屬性 AcceptChangesDuringFill (繼承自 DataAdapter。)
公用屬性 AcceptChangesDuringUpdate (繼承自 DataAdapter。)
受保護的屬性 CanRaiseEvents (繼承自 Component。)
公用屬性 Container (繼承自 Component。)
公用屬性 ContinueUpdateOnError (繼承自 DataAdapter。)
公用屬性 DeleteCommand Gets or sets a stored procedure for deleting records from the data set.
受保護的屬性 DesignMode (繼承自 Component。)
受保護的屬性 Events (繼承自 Component。)
受保護的屬性 FillCommandBehavior (繼承自 DbDataAdapter。)
公用屬性 FillLoadOption (繼承自 DataAdapter。)
公用屬性 InsertCommand Gets or sets a stored procedure used to insert records from the data source.
公用屬性 MissingMappingAction (繼承自 DataAdapter。)
公用屬性 MissingSchemaAction (繼承自 DataAdapter。)
公用屬性 ReturnProviderSpecificTypes (繼承自 DataAdapter。)
公用屬性 SelectCommand Gets or sets a stored procedure used to select records from the data set.
公用屬性 Site (繼承自 Component。)
公用屬性 TableMappings (繼承自 DataAdapter。)
公用屬性 UpdateBatchSize (繼承自 DbDataAdapter。)
公用屬性 UpdateCommand Gets or sets a stored procedure used to update records from the data source.

上層

方法

  名稱 說明
受保護的方法 AddToBatch (繼承自 DbDataAdapter。)
受保護的方法 ClearBatch (繼承自 DbDataAdapter。)
受保護的方法 CloneInternals 已經過時。 (繼承自 DataAdapter。)
公用方法 CreateObjRef 安全性關鍵。 (繼承自 MarshalByRefObject。)
受保護的方法 CreateRowUpdatedEvent Initializes a new instance of the RowUpdatedEventArgs class. (覆寫 DbDataAdapter.CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping)。)
受保護的方法 CreateRowUpdatingEvent Initializes a new instance of the RowUpdatingEventArgs class. (覆寫 DbDataAdapter.CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping)。)
受保護的方法 CreateTableMappings (繼承自 DataAdapter。)
公用方法 Dispose() (繼承自 Component。)
受保護的方法 Dispose(Boolean) (繼承自 DbDataAdapter。)
公用方法 Equals (繼承自 Object。)
受保護的方法 ExecuteBatch (繼承自 DbDataAdapter。)
公用方法 Fill(DataSet) (繼承自 DbDataAdapter。)
公用方法 Fill(DataTable) (繼承自 DbDataAdapter。)
公用方法 Fill(DataSet, String) (繼承自 DbDataAdapter。)
受保護的方法 Fill(DataTable, IDataReader) (繼承自 DataAdapter。)
公用方法 Fill(Int32, Int32, array<DataTable[]) (繼承自 DbDataAdapter。)
受保護的方法 Fill(DataTable, IDbCommand, CommandBehavior) (繼承自 DbDataAdapter。)
公用方法 Fill(DataSet, Int32, Int32, String) (繼承自 DbDataAdapter。)
受保護的方法 Fill(array<DataTable[], IDataReader, Int32, Int32) (繼承自 DataAdapter。)
受保護的方法 Fill(array<DataTable[], Int32, Int32, IDbCommand, CommandBehavior) (繼承自 DbDataAdapter。)
受保護的方法 Fill(DataSet, String, IDataReader, Int32, Int32) (繼承自 DataAdapter。)
受保護的方法 Fill(DataSet, Int32, Int32, String, IDbCommand, CommandBehavior) (繼承自 DbDataAdapter。)
公用方法 FillSchema(DataTable, SchemaType) (繼承自 DbDataAdapter。)
公用方法 FillSchema(DataSet, SchemaType) (繼承自 DbDataAdapter。)
公用方法 FillSchema(DataSet, SchemaType, String) (繼承自 DbDataAdapter。)
受保護的方法 FillSchema(DataTable, SchemaType, IDataReader) (繼承自 DataAdapter。)
受保護的方法 FillSchema(DataTable, SchemaType, IDbCommand, CommandBehavior) (繼承自 DbDataAdapter。)
受保護的方法 FillSchema(DataSet, SchemaType, String, IDataReader) (繼承自 DataAdapter。)
受保護的方法 FillSchema(DataSet, SchemaType, IDbCommand, String, CommandBehavior) (繼承自 DbDataAdapter。)
受保護的方法 Finalize (繼承自 Component。)
受保護的方法 GetBatchedParameter (繼承自 DbDataAdapter。)
受保護的方法 GetBatchedRecordsAffected (繼承自 DbDataAdapter。)
公用方法 GetFillParameters (繼承自 DbDataAdapter。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetLifetimeService 安全性關鍵。 (繼承自 MarshalByRefObject。)
受保護的方法 GetService (繼承自 Component。)
公用方法 GetType (繼承自 Object。)
受保護的方法 HasTableMappings (繼承自 DataAdapter。)
受保護的方法 InitializeBatching (繼承自 DbDataAdapter。)
公用方法 InitializeLifetimeService 安全性關鍵。 (繼承自 MarshalByRefObject。)
受保護的方法 MemberwiseClone() (繼承自 Object。)
受保護的方法 MemberwiseClone(Boolean) (繼承自 MarshalByRefObject。)
受保護的方法 OnFillError (繼承自 DataAdapter。)
受保護的方法 OnRowUpdated Raises the RowUpdated event. (覆寫 DbDataAdapter.OnRowUpdated(RowUpdatedEventArgs)。)
受保護的方法 OnRowUpdating Raises the RowUpdating event. (覆寫 DbDataAdapter.OnRowUpdating(RowUpdatingEventArgs)。)
公用方法 ResetFillLoadOption (繼承自 DataAdapter。)
公用方法 ShouldSerializeAcceptChangesDuringFill (繼承自 DataAdapter。)
公用方法 ShouldSerializeFillLoadOption (繼承自 DataAdapter。)
受保護的方法 ShouldSerializeTableMappings (繼承自 DataAdapter。)
受保護的方法 TerminateBatching (繼承自 DbDataAdapter。)
公用方法 ToString (繼承自 Component。)
公用方法 Update(DataSet) (繼承自 DbDataAdapter。)
公用方法 Update(array<DataRow[]) (繼承自 DbDataAdapter。)
公用方法 Update(DataTable) (繼承自 DbDataAdapter。)
公用方法 Update(DataSet, String) (繼承自 DbDataAdapter。)
受保護的方法 Update(array<DataRow[], DataTableMapping) (繼承自 DbDataAdapter。)

上層

事件

  名稱 說明
公用事件 Disposed (繼承自 Component。)
公用事件 FillError (繼承自 DataAdapter。)
公用事件 RowUpdated Occurs during update after a command is executed against the data source.
公用事件 RowUpdating Occurs during update before a command is executed against the data source.

上層

明確 繼承 實作

  名稱 說明
明確介面實作私用屬性 IDbDataAdapter.DeleteCommand Gets or sets a stored procedure for deleting records from the data set.
明確介面實作私用屬性 IDbDataAdapter.InsertCommand Gets or sets a stored procedure used to insert records from the data source.
明確介面實作私用屬性 IDbDataAdapter.SelectCommand Gets or sets a stored procedure used to select records from the data set.
明確介面實作私用屬性 IDbDataAdapter.UpdateCommand Gets or sets a stored procedure used to update records from the data source.
明確介面實作私用方法 ICloneable.Clone (繼承自 DbDataAdapter。)
明確介面實作私用屬性 IDataAdapter.TableMappings (繼承自 DataAdapter。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間