共用方式為


SortKey 建構函式

定義

SortKey() 建構函式會建立和初始化 SortKey 類別的新執行個體。

多載

SortKey()

SortKey() 建構函式會建立和初始化 SortKey 類別的新執行個體。

SortKey(String, String, Boolean)

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

SortKey()

來源:
DirectoryControl.cs
來源:
DirectoryControl.cs
來源:
DirectoryControl.cs

SortKey() 建構函式會建立和初始化 SortKey 類別的新執行個體。

public:
 SortKey();
public SortKey ();
Public Sub New ()

適用於

SortKey(String, String, Boolean)

來源:
DirectoryControl.cs
來源:
DirectoryControl.cs
來源:
DirectoryControl.cs

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

public:
 SortKey(System::String ^ attributeName, System::String ^ matchingRule, bool reverseOrder);
public SortKey (string attributeName, string matchingRule, bool reverseOrder);
new System.DirectoryServices.Protocols.SortKey : string * string * bool -> System.DirectoryServices.Protocols.SortKey
Public Sub New (attributeName As String, matchingRule As String, reverseOrder As Boolean)

參數

attributeName
String

做為排序索引鍵使用的屬性名稱。

matchingRule
String

相符排序規則的物件識別項 (OID)。

reverseOrder
Boolean

如果排序的順序是從低至高,則為 true,如果排序的順序是從高至低,則為 false

適用於