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) 建構函式使用指定的 distinguishedName 和物件類別,建立 AddRequest 類別的執行個體。

屬性

Attributes

Attributes 屬性 (Property) 包含物件之屬性 (Attribute) 值組的 DirectoryAttributeCollection

Controls

Controls 屬性包含 DirectoryControlCollection 物件。

(繼承來源 DirectoryRequest)
DistinguishedName

DistinguishedName 屬性包含物件的辨別名稱。

RequestId

RequestId 屬性包含要求中指定的 requestID

(繼承來源 DirectoryRequest)

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)
ToXmlNode(XmlDocument)

ToXmlNode(XmlDocument) 方法會從指定的 XmlDocument 物件建立 XML 節點。

ToXmlNode(XmlDocument)

ToXmlNode(XmlDocument) 方法會從指定的 XmlDocument 物件建立 XML 節點。

(繼承來源 DirectoryRequest)

適用於