AddRequest クラス

定義

AddRequest クラスは、ディレクトリにエントリを追加します。

public ref class AddRequest : System::DirectoryServices::Protocols::DirectoryRequest
public class AddRequest : System.DirectoryServices.Protocols.DirectoryRequest
type AddRequest = class
    inherit DirectoryRequest
Public Class AddRequest
Inherits DirectoryRequest
継承

注釈

要求は、 DsmlRequestDocument に追加することも、 SendRequestのパラメーターとして使用することもできます。

コンストラクター

名前 説明
AddRequest()

AddRequest() コンストラクターは、AddRequest クラスのインスタンスを作成します。

AddRequest(String, DirectoryAttribute[])

AddRequest(String, DirectoryAttribute[]) コンストラクターは、指定した識別名と属性を使用して、AddRequest クラスのインスタンスを作成します。

AddRequest(String, String)

AddRequest(String, String) コンストラクターは、指定したAddRequestとオブジェクト クラスを使用して、distinguishedName クラスのインスタンスを作成します。

プロパティ

名前 説明
Attributes

Attributes プロパティには、オブジェクトの属性値ペアのDirectoryAttributeCollectionが含まれています。

Controls

Controls プロパティには、DirectoryControlCollection オブジェクトが含まれています。

(継承元 DirectoryRequest)
DistinguishedName

DistinguishedName プロパティには、オブジェクトの識別名が含まれています。

RequestId

要求で指定された要求 ID を取得または設定します。

(継承元 DirectoryRequest)

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
ToXmlNode(XmlDocument)

ToXmlNode(XmlDocument) メソッドは、指定したXmlDocument オブジェクトから XML ノードを作成します。

適用対象