MicrosoftDNS_DomainResourceRecordContainment class

The MicrosoftDNS_DomainResourceRecordContainment class is used for RR containment; every instance of the MicrosoftDNS_Domain may contain multiple instances of the MicrosoftDNS_ResourceRecord class. Every instance of the MicrosoftDNS_ResourceRecord class belongs to a single instance of the MicrosoftDNS_Domain class, and is defined to be weak to that instance.

The following syntax is simplified from MOF code.

Syntax

class MicrosoftDNS_DomainResourceRecordContainment : CIM_Component
{
  MicrosoftDNS_Domain         REF GroupComponent;
  MicrosoftDNS_ResourceRecord REF PartComponent;
};

Members

The MicrosoftDNS_DomainResourceRecordContainment class has these types of members:

Properties

The MicrosoftDNS_DomainResourceRecordContainment class has these properties.

GroupComponent

Data type: MicrosoftDNS_Domain

Access type: Read-only

Qualifiers: Key, Override("GroupComponent")

Description: The Zone, Cache, RootHints or Domain directly containing the Resource Record.

Inherited from CIM_Component

PartComponent

Data type: MicrosoftDNS_ResourceRecord

Access type: Read-only

Qualifiers: Key, Override("PartComponent")

Description: The resource record contained in a 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_ServerDomainContainment

MicrosoftDNS_DomainDomainContainment

MicrosoftDNS_ResourceRecord