Indicates a user-created transaction. This field is constant and read-only.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public const LKT_TRAN_EXPLICIT As Integer = 2
C#
public const int LKT_TRAN_EXPLICIT = 2;
C++
public:
 const int LKT_TRAN_EXPLICIT = 2;
J#
public const int LKT_TRAN_EXPLICIT = 2
JScript
public const LKT_TRAN_EXPLICIT : int = 2;

See Also