MicrosoftDNS_ResourceRecord クラスの GetObjectByTextRepresentation メソッド

GetObjectByTextRepresentation メソッドは、MicrosoftDNS_ResourceRecord クラスの既存のインスタンスを取得します。

構文

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

パラメーター

DnsServerName [in]

RR の取得元となる DNS サーバーの名前。

ContainerName [in]

RR の取得元となるコンテナーの名前。

TextRepresentation [in]

取得する RR のテキスト表現。

RR [out]

インスタンス化された RR への参照。

戻り値

このメソッドは値を返しません。

必要条件

要件
サポートされている最小のクライアント
サポートなし
サポートされている最小のサーバー
Windows 2000 Server [デスクトップ アプリのみ]
名前空間
Root\MicrosoftDNS
MOF
Dnsprov.mof

関連項目

MicrosoftDNS_ResourceRecord

MicrosoftDNS_ResourceRecord クラスの CreateInstanceFromTextRepresentation メソッド