Share via


Connection.ttsLevel Method

Definition

Returns the number for the last call to the ttsbegin method that is used to begin a transaction.

public:
 virtual int ttsLevel();
public virtual int ttsLevel ();
abstract member ttsLevel : unit -> int
override this.ttsLevel : unit -> int
Public Overridable Function ttsLevel () As Integer

Returns

An integer value that indicates the number for the last call to the ttsbegin method. For example, if the ttsLevel method is called after the third call to the ttsbegin method, the return value is 3.

Applies to