MicrosoftDNS_ServerDomainContainment class

Every instance of the MicrosoftDNS_Server association WMI class may contain multiple instances of the MicrosoftDNS_Domain class. Every instance of the MicrosoftDNS_Domain class belongs to a single instance of the MicrosoftDNS_Server class, and is defined to be weak to that server.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

class MicrosoftDNS_ServerDomainContainment : CIM_Component
{
  MicrosoftDNS_Server REF GroupComponent;
  MicrosoftDNS_Domain REF PartComponent;
};

Members

The MicrosoftDNS_ServerDomainContainment class has these types of members:

Properties

The MicrosoftDNS_ServerDomainContainment class has these properties.

GroupComponent

Data type: MicrosoftDNS_Server

Access type: Read-only

Qualifiers: Key, Override ("GroupComponent"), Min (1), Max (1)

Description: The DNS Server.

Inherited from CIM_Component.

PartComponent

Data type: MicrosoftDNS_Domain

Access type: Read-only

Qualifiers: Key, Override("PartComponent")

Description: A Domain, Zone, Cache, or RootHints managed by the DNS Server.

Inherited from CIM_Component.

Remarks

The MicrosoftDNS_ServerDomainContainment class is derived from the CIM_Component class.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows 2000 Server [desktop apps only]
Namespace
Root\MicrosoftDNS
MOF
Dnsprov.mof

See also

MicrosoftDNS_DomainDomainContainment

MicrosoftDNS_DomainResourceRecordContainment

MicrosoftDNS_ResourceRecord