Clase BusinessLogicTransaction
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 transaction.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicTransaction
Espacio de nombres: Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado: Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxis
'Declaración
Public Class BusinessLogicTransaction _
Implements IDbTransaction, IDisposable
'Uso
Dim instance As BusinessLogicTransaction
public class BusinessLogicTransaction : IDbTransaction,
IDisposable
public ref class BusinessLogicTransaction : IDbTransaction,
IDisposable
type BusinessLogicTransaction =
class
interface IDbTransaction
interface IDisposable
end
public class BusinessLogicTransaction implements IDbTransaction, IDisposable
El tipo BusinessLogicTransaction expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
BusinessLogicTransaction | Initializes a new instance of the BusinessLogicTransaction class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Connection | Gets the IDbConnection object associated with the transaction. | |
IsolationLevel | Gets the IsolationLevel for this transaction. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Commit | Commits the transaction. | |
Dispose | Releases the unmanaged resources used by the BusinessLogicTransaction. | |
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.) | |
Rollback | Rolls back a transaction from a pending state. | |
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