Transaction.TransactionDepth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the nesting depth of this transaction.
public:
property int TransactionDepth { int get(); };
public int TransactionDepth { get; }
member this.TransactionDepth : int
Public ReadOnly Property TransactionDepth As Integer