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 | |
---|---|---|
BusinessLogicConnection() | Initializes a new instance of the BusinessLogicConnection class. | |
BusinessLogicConnection(String) | Initializes a new instance of the BusinessLogicConnection class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
ConnectionString | Gets or sets the string used to open the connection. | |
ConnectionTimeout | Gets the time to wait for a connection to open. | |
Database | Gets the name of the current database after a connection is opened. | |
State | Gets a string that describes the state of the connection. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
BeginTransaction() | Starts a database transaction. | |
BeginTransaction(IsolationLevel) | Starts a database transaction with the specified isolation level. | |
ChangeDatabase | Changes the current database for an open connection. | |
Close | Closes the connection to the database. | |
CreateCommand | Creates and returns an IDbCommand object associated with the current connection. | |
Dispose | Releases all resources used by the BusinessLogicConnection. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
Open | Opens a database connection with the settings specified by the ConnectionString. | |
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