Partager via


Classe BusinessLogicConnection

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a business logic connection.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Class BusinessLogicConnection _
    Implements IDbConnection, IDisposable
'Utilisation
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

Le type BusinessLogicConnection expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BusinessLogicConnection() Initializes a new instance of the BusinessLogicConnection class.
Méthode publique BusinessLogicConnection(String) Initializes a new instance of the BusinessLogicConnection class.

Haut de la page

Propriétés

  Nom Description
Propriété publique ConnectionString Gets or sets the string used to open the connection.
Propriété publique ConnectionTimeout Gets the time to wait for a connection to open.
Propriété publique Database Gets the name of the current database after a connection is opened.
Propriété publique State Gets a string that describes the state of the connection.

Haut de la page

Méthodes

  Nom Description
Méthode publique BeginTransaction() Starts a database transaction.
Méthode publique BeginTransaction(IsolationLevel) Starts a database transaction with the specified isolation level.
Méthode publique ChangeDatabase Changes the current database for an open connection.
Méthode publique Close Closes the connection to the database.
Méthode publique CreateCommand Creates and returns an IDbCommand object associated with the current connection.
Méthode publique Dispose Releases all resources used by the BusinessLogicConnection.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique Open Opens a database connection with the settings specified by the ConnectionString.
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport