Indicates an automatic transaction internal to the server. This field is constant and read-only.


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

Syntax

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

See Also