GetObjectByTextRepresentation-Methode der MicrosoftDNS_ResourceRecord-Klasse

Die GetObjectByTextRepresentation-Methode ruft eine vorhandene instance der MicrosoftDNS_ResourceRecord-Klasse ab.

Syntax

void GetObjectByTextRepresentation(
  [in]  string                      DnsServerName,
  [in]  string                      ContainerName,
  [in]  string                      TextRepresentation,
  [out] MicrosoftDns_ResourceRecord RR
);

Parameter

DnsServerName [in]

Name des DNS-Servers, von dem die RR abgerufen werden soll.

ContainerName [in]

Name des Containers, aus dem die RR abgerufen werden soll.

TextRepresentation [in]

Textdarstellung der abzurufenden RR.

RR [out]

Verweis auf die instanziierte RR.

Rückgabewert

Diese Methode gibt keinen Wert zurück.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client)
Nicht unterstützt
Unterstützte Mindestversion (Server)
Windows 2000 Server [nur Desktop-Apps]
Namespace
Root\MicrosoftDNS
MOF
Dnsprov.mof

Siehe auch

MicrosoftDNS_ResourceRecord

CreateInstanceFromTextRepresentation-Methode der MicrosoftDNS_ResourceRecord-Klasse