Represents statistics that are common to all data objects. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


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

Syntax

Visual Basic (Declaration)
Public MustInherit Class BaseObjectStats
C#
public abstract class BaseObjectStats
C++
ref class BaseObjectStats abstract 
J#
public  class BaseObjectStats
JScript
public  class BaseObjectStats

Remarks

Data objects are tables, indexes, thesauri, char-maps, and models. This class is only ever accessed via a derived statistics class.

Inheritance Hierarchy

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also