Compartir a través de


Clase BusinessLogicConnection

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a business logic connection.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Class BusinessLogicConnection _
    Implements IDbConnection, IDisposable
'Uso
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

El tipo BusinessLogicConnection expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público BusinessLogicConnection() Initializes a new instance of the BusinessLogicConnection class.
Método público BusinessLogicConnection(String) Initializes a new instance of the BusinessLogicConnection class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ConnectionString Gets or sets the string used to open the connection.
Propiedad pública ConnectionTimeout Gets the time to wait for a connection to open.
Propiedad pública Database Gets the name of the current database after a connection is opened.
Propiedad pública State Gets a string that describes the state of the connection.

Arriba

Métodos

  Nombre Descripción
Método público BeginTransaction() Starts a database transaction.
Método público BeginTransaction(IsolationLevel) Starts a database transaction with the specified isolation level.
Método público ChangeDatabase Changes the current database for an open connection.
Método público Close Closes the connection to the database.
Método público CreateCommand Creates and returns an IDbCommand object associated with the current connection.
Método público Dispose Releases all resources used by the BusinessLogicConnection.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Open Opens a database connection with the settings specified by the ConnectionString.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport