MicrosoftDNS_DomainDomainContainment class

The MicrosoftDNS_DomainDomainContainment class is used for domain containment; DNS domains may contain other DNS domains. Every instance of the MicrosoftDNS_Domain class may contain multiple other instances of MicrosoftDNS_Domain. An instance of a MicrosoftDNS_Domain object is directly contained in no more than one higher level MicrosoftDNS_Domain.

The following syntax is simplified from MOF code.

Syntax

class MicrosoftDNS_DomainDomainContainment : CIM_Component
{
  MicrosoftDNS_Domain REF GroupComponent;
  MicrosoftDNS_Domain REF PartComponent;
};

Members

The MicrosoftDNS_DomainDomainContainment class has these types of members:

Properties

The MicrosoftDNS_DomainDomainContainment class has these properties.

GroupComponent

Data type: MicrosoftDNS_Domain

Access type: Read-only

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

Description: A higher level Domain, Zone, Cache, or RootHints.

Inherited from CIM_Component

PartComponent

Data type: MicrosoftDNS_Domain

Access type: Read-only

Qualifiers: Key, Override("PartComponent")

Description: The Domain contained by a higher level Domain, Zone, Cache or RootHints.

Inherited from CIM_Component.

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_DomainResourceRecordContainment

MicrosoftDNS_ResourceRecord

MicrosoftDNS_ServerDomainContainment