次の方法で共有


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 から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間