Returns the maximum number of tables allowed by the engine.


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

Syntax

Visual Basic (Declaration)
Public Function max_tables() As Nullable(Of Integer)
C#
public Nullable<int> max_tables()
C++
public:
 Nullable<int> max_tables() sealed 
J#
public Nullable<int> max_tables()
JScript
public  function max_tables() : Nullable<int>

Remarks

If null is returned, the engine is limited only by available memory.

See Also