Freigeben über


BusinessLogicConnection-Klasse

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport..::..BusinessLogicConnection

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

Syntax

'Declaration
Public Class BusinessLogicConnection _
    Implements IDbConnection, IDisposable
'Usage
Dim instance As BusinessLogicConnection
public class BusinessLogicConnection : IDbConnection, 
    IDisposable
public ref class BusinessLogicConnection : IDbConnection, 
    IDisposable
type BusinessLogicConnection =  
    class
        interface IDbConnection
        interface IDisposable
    end
public class BusinessLogicConnection implements IDbConnection, IDisposable

Der BusinessLogicConnection-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode BusinessLogicConnection() () () ()
Öffentliche Methode BusinessLogicConnection(String)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ConnectionString
Öffentliche Eigenschaft ConnectionTimeout
Öffentliche Eigenschaft Database
Öffentliche Eigenschaft State

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode BeginTransaction() () () ()
Öffentliche Methode BeginTransaction(IsolationLevel)
Öffentliche Methode ChangeDatabase
Öffentliche Methode Close
Öffentliche Methode CreateCommand
Öffentliche Methode Dispose
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Open
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.