The ActiveTransaction type exposes the following members.
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).
|
![]() | ProcessID |
The process ID of the originator of the transaction.
|
![]() | SnapshotReads |
The log sequence number of reads for snapshot transactions.
|
![]() | Status |
Status of the transaction.
|
![]() | ThreadID |
The thread of control ID of the originator of the transaction.
|