The Transaction type exposes the following members.
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | CommitToken | 
            The commit token generated at the commit time of this transaction.
            This operation can only be performed after this transaction has committed.
             | 
|  | Id | 
            The unique transaction id associated with this transaction.
             | 
|  | Name | 
            The transaction's name. The name is returned by
            TransactionSystemStats()()()
            and displayed by
            PrintTransactionSystemStats()()().
             | 
|  | Priority | 
            The deadlock priority for this transaction.  The deadlock detector
            will reject lock requests from lower priority transactions before
            those from higher priority transactions.
             | 





