Gets the transaction level.
[Visual Basic] Public ReadOnly Property TransactionLevel As Integer [C#] public int TransactionLevel {get;} [C++] public: __property int get_TransactionLevel(); [JScript] public function get TransactionLevel() : int;
A value representing the level of the transaction.
The following example shows how to create a connection and displays some of its read-only properties.
SQLConnection Class | SQLConnection Members | System.Data.SQL Namespace