NOTE: This interface is now obsolete.


Only for COM interoperability. See NetricsTableStats.


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

Syntax

Visual Basic (Declaration)
<GuidAttribute("A16E9A33-5AA3-49a5-9B2C-80979C8EC253")>
Public Interface INetricsTableStats
C#
[GuidAttribute("A16E9A33-5AA3-49a5-9B2C-80979C8EC253")]
public interface INetricsTableStats
C++
[GuidAttribute(L"A16E9A33-5AA3-49a5-9B2C-80979C8EC253")]
interface class INetricsTableStats
J#
/** @attribute GuidAttribute("A16E9A33-5AA3-49a5-9B2C-80979C8EC253") */
public interface INetricsTableStats
JScript
public 
   GuidAttribute("A16E9A33-5AA3-49a5-9B2C-80979C8EC253")
interface INetricsTableStats

Types that implement INetricsTableStats

TypeDescription
NetricsServerInterface.NetricsTableStatsThis class contains stats about a table in the Netrics server.

See Also