CompareRequest 類別

定義

CompareRequest 類別,判斷目錄物件是否保留指定的屬性值。

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

建構函式

CompareRequest()

CompareRequest() 建構函式會建立 CompareRequest 類別的執行個體。

CompareRequest(String, DirectoryAttribute)

CompareRequest(String, DirectoryAttribute) 建構函式使用指定的辨別名稱和屬性,建立 CompareRequest 類別的執行個體。

CompareRequest(String, String, Byte[])

CompareRequest(String, String, Byte[]) 建構函式使用指定的辨別名稱、屬性和屬性名稱,建立 CompareRequest 的執行個體。

CompareRequest(String, String, String)

CompareRequest(String, String, String) 建構函式使用指定的辨別名稱、屬性和屬性名稱,建立 CompareRequest 類別的執行個體。

CompareRequest(String, String, Uri)

CompareRequest(String, String, Uri) 建構函式使用指定的辨別名稱、屬性和屬性名稱,建立 CompareRequest 類別的執行個體。

屬性

Assertion

Assertion 屬性 (Property) 會取得用於比較之成對的屬性 (Attribute) /值。

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)

適用於