CreateInstanceFromPropertyData method of the MicrosoftDNS_AType Class (Windows)

Switch View :
ScriptFree
CreateInstanceFromPropertyData method of the MicrosoftDNS_AType Class

Applies to: desktop apps only

The CreateInstanceFromPropertyData method instantiates an Address (A) Resource Record.

Syntax

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

Parameters

DnsServerName [in]

Fully Qualified Domain Name (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 which contains this RR.

OwnerName [in]

Owner FQDN for the RR.

Note  Do not use the owner NetBIOS name.

RecordClass [in, optional]

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

ValueMeaning
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.

IPAddress [in]

String representing the IP address of the host.

RR [out, ref]

Reference to the new object.

Return value

This method does not return a value.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows 2000 Server

Namespace

\\.\Root\MicrosoftDNS

MOF

Dnsprov.mof

See also

MicrosoftDNS_ResourceRecord
Modify Method of the MicrosoftDNS_AType Class

 

 

Send comments about this topic to Microsoft

Build date: 3/6/2012