Clase BusinessLogicTransaction
SQL Server 2012
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.
Espacio de nombres: Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado: Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
El tipo BusinessLogicTransaction expone los siguientes miembros.
| Nombre | Descripción | |
|---|---|---|
![]() | BusinessLogicTransaction | Initializes a new instance of the BusinessLogicTransaction class. |
| Nombre | Descripción | |
|---|---|---|
![]() | Connection | Gets the IDbConnection object associated with the transaction. |
![]() | IsolationLevel | Gets the IsolationLevel for this transaction. |
| 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.) |
