SortRequestControl 類別

定義

SortRequestControl 類別 (Class) 與 SearchRequest 搭配使用,以指示伺服器在將搜尋結果傳回至用戶端應用程式之前對它們進行排序。

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

建構函式

SortRequestControl(SortKey[])

SortRequestControl(SortKey[]) 建構函式使用指定的排序索引鍵,建立並初始化 SortRequestControl 類別的新執行個體。

SortRequestControl(String, Boolean)

SortRequestControl(String, Boolean) 建構函式會使用指定的屬性名稱和排序順序,建立 SortRequestControl 類別的新執行個體。

SortRequestControl(String, String, Boolean)

SortRequestControl(String, String, Boolean) 建構函式會使用指定的屬性名稱、相符規則和排序順序,建立 SortRequestControl 類別的新執行個體。

屬性

IsCritical

IsCritical 屬性指定控制項是否很重要。

(繼承來源 DirectoryControl)
ServerSide

ServerSide 屬性指定其是否為伺服器端控制項。

(繼承來源 DirectoryControl)
SortKeys

SortKeys 屬性包含 SortKey 物件的陣列,由伺服器用於在將搜尋結果傳回至用戶端之前對它們進行排序。

Type

Type 屬性包含控制項的物件識別項 (OID)。

(繼承來源 DirectoryControl)

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
GetValue()

GetValue() 方法會指定這個控制項的排序索引鍵和相符規則。

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)

適用於