Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The CreateInstanceFromPropertyData method instantiates a Service (SRV) Resource Record.
void CreateInstanceFromPropertyData(
[in] string DnsServerName,
[in] string ContainerName,
[in] string OwnerName,
[in, optional] uint32 RecordClass = 1,
[in, optional] uint32 TTL,
[in] uint16 Priority,
[in] uint16 Weight,
[in] uint16 Port,
[in] string SRVDomainName,
[out, ref] MicrosoftDNS_SRVType &RR
);
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 |
---|---|
|
IN (Internet) |
|
CS (CSNET) |
|
CH (CHAOS) |
|
HS (Hesiod) |
TTL [in, optional]
Time, in seconds, that the RR can be cached by a DNS resolver.
Priority [in]
Priority of the target host specified in the owner name. Lower numbers imply higher priorities.
Weight [in]
Weight of the target host. This is useful when selecting among hosts that have the same priority. The chances of using this host should be proportional to its weight.
Port [in]
Port used on the target host of a protocol service.
SRVDomainName [in]
FQDN of the target host. A target of \.\ means that the service is decidedly not available at this domain.
RR [out, ref]
Reference to the new object.
This method does not return a value.
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Namespace |
Root\MicrosoftDNS |
MOF |
|
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today