The ActiveTransaction type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Begun |
The current log sequence number when the transaction was begun.
|
![]() | BufferCopiesInCache |
The number of MVCC buffer copies created by this transaction that
remain in cache.
|
![]() | GlobalID |
If the transaction is a prepare transaction, the transaction's
Global ID. Otherwise, the GlobalID contents are undefined.
|
![]() | ID |
The transaction ID of the transaction.
|
![]() | Name |
If a name was specified for the transaction, up to the first 50
bytes of that name.
|
![]() | ParentID |
The transaction ID of the parent transaction (or 0, if no parent).
|
![]() | Priority |
Assigned priority used when resolving deadlocks.
|
![]() | ProcessID |
The process ID of the originator of the transaction.
|
![]() | SnapshotReads |
The log sequence number of reads for snapshot transactions.
|
![]() | ThreadID |
The thread of control ID of the originator of the transaction.
|