SortKey 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SortKey() | |
SortKey(String, String, Boolean) |
SortKey(String, String, Boolean) 建構函式會使用指定的屬性名稱、相符的規則和排序順序,建立和初始化 SortKey 類別的新執行個體。 |
SortKey()
public:
SortKey();
public SortKey ();
Public Sub New ()
適用於
SortKey(String, String, Boolean)
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
。