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 네임스페이스