SortKey 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| SortKey() | |
| SortKey(String, String, Boolean) |
构造 SortKey(String, String, Boolean) 函数使用指定的属性名称、匹配规则和排序顺序创建和初始化类的新实例 SortKey 。 |
SortKey()
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
public:
SortKey();
public SortKey();
Public Sub New ()
适用于
SortKey(String, String, Boolean)
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- 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 排序顺序从高到低。