Freigeben über


BusinessLogicDataAdapter-Klasse

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Class BusinessLogicDataAdapter _
    Inherits DbDataAdapter _
    Implements IDbDataAdapter, IDataAdapter
'Usage
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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.