This class is used to hold all the data which will be loaded into a Netrics Server.


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

Syntax

Visual Basic (Declaration)
<GuidAttribute("BDA32B79-C0F9-44c9-AE5B-2C5C93580DD2")>
Public Class NetricsRecord
    Implements INetricsRecord
C#
[GuidAttribute("BDA32B79-C0F9-44c9-AE5B-2C5C93580DD2")]
public class NetricsRecord : INetricsRecord
C++
[GuidAttribute(L"BDA32B79-C0F9-44c9-AE5B-2C5C93580DD2")]
ref class NetricsRecord : INetricsRecord
J#
/** @attribute GuidAttribute("BDA32B79-C0F9-44c9-AE5B-2C5C93580DD2") */
public class NetricsRecord implements INetricsRecord
JScript
public 
   GuidAttribute("BDA32B79-C0F9-44c9-AE5B-2C5C93580DD2")
class NetricsRecord extends INetricsRecord

Remarks

This class is the means by which data is transported. It is used to load, add, and replace records, and is returned (with additional information) by a search. All records have field structure. The field structure in the record must match the field structure of the table it will be loaded into.

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsRecord
      NetricsServerInterface.NetricsMappedRecord

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