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

Syntax

Visual Basic (Declaration)
Public Function getRecFieldBytes() As Integer
C#
public int getRecFieldBytes()
C++
public:
 int getRecFieldBytes() sealed 
J#
public int getRecFieldBytes()
JScript
public  function getRecFieldBytes() : int

Return Value

The total size of the overhead for storing the field structure of the table (in kbytes).

See Also