Share via


DnsServerWinsStatistics class

Represents DNS server statistics related to Windows Internet Name Service (WINS) lookups.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("DnsServerPSProvider"), AMENDMENT]
class DnsServerWinsStatistics
{
  uint32 WinsLookups;
  uint32 WinsResponses;
  uint32 WinsReverseLookups;
  uint32 WinsReverseResponses;
};

Members

The DnsServerWinsStatistics class has these types of members:

Properties

The DnsServerWinsStatistics class has these properties.

WinsLookups

Data type: uint32

Access type: Read-only

The number of WINS lookup requests received by the server.

WinsResponses

Data type: uint32

Access type: Read-only

The number of WINS responses sent by the server.

WinsReverseLookups

Data type: uint32

Access type: Read-only

The number of reverse WINS lookup requests received by the server.

WinsReverseResponses

Data type: uint32

Access type: Read-only

The number of reverse WINS lookup responses sent by the server.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

DnsServerPSProvider Provider