次の方法で共有


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

適用対象