BusinessLogicTransaction Class
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a business logic transaction.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
The BusinessLogicTransaction type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BusinessLogicTransaction | Initializes a new instance of the BusinessLogicTransaction class. |
| Name | Description | |
|---|---|---|
![]() | Connection | Gets the IDbConnection object associated with the transaction. |
![]() | IsolationLevel | Gets the IsolationLevel for this transaction. |
| Name | Description | |
|---|---|---|
![]() | Commit | Commits the transaction. |
![]() | Dispose | Releases the unmanaged resources used by the BusinessLogicTransaction. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Rollback | Rolls back a transaction from a pending state. |
![]() | ToString | (Inherited from Object.) |
