Connection.ttsLevel Method
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.
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.