NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLConnection.TransactionLevel

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;

Property Value

A value representing the level of the transaction.

Example

The following example shows how to create a connection and displays some of its read-only properties.

See Also

SQLConnection Class | SQLConnection Members | System.Data.SQL Namespace