Edit

Share via


CreateInstanceFromPropertyData method of the MicrosoftDNS_MBType class

The CreateInstanceFromPropertyData method instantiates a Mailbox (MB) Resource Record.

Syntax

void CreateInstanceFromPropertyData(
  [in]       string              DnsServerName,
  [in]       string              ContainerName,
  [in]       string              OwnerName,
  [in]       uint32              RecordClass = 1,
  [in]       uint32              TTL,
  [in]       string              MBHost,
  [out, ref] MicrosoftDNS_MBType &RR
);

Parameters

DnsServerName [in]

FQDN or IP address of the DNS Server that contains this RR.

ContainerName [in]

Name of the Container for the Zone, Cache, or RootHints instance that contains this RR.

OwnerName [in]

Owner name for the RR.

RecordClass [in]

Optional. Class of the RR. Default value is 1. The following values are valid.

Value Meaning
1
IN (Internet)
2
CS (CSNET)
3
CH (CHAOS)
4
HS (Hesiod)

TTL [in]

Optional. Time, in seconds, that the RR can be cached by a DNS resolver.

MBHost [in]

Mailbox host name for the RR.

RR [out, ref]

Reference to the new object.

Return value

This method does not return a value.

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_MBType

Modify Method of the MicrosoftDNS_MBType Class

MicrosoftDNS_ResourceRecord