SortKey 생성자

정의

SortKey() 생성자는 SortKey 클래스의 새 인스턴스를 만들고 초기화합니다.

오버로드

SortKey()

SortKey() 생성자는 SortKey 클래스의 새 인스턴스를 만들고 초기화합니다.

SortKey(String, String, Boolean)

SortKey(String, String, Boolean) 생성자는 지정된 특성 이름, 일치하는 규칙 및 정렬 순서를 사용하여 SortKey 클래스의 새 인스턴스를 만들고 초기화합니다.

SortKey()

Source:
DirectoryControl.cs
Source:
DirectoryControl.cs
Source:
DirectoryControl.cs

SortKey() 생성자는 SortKey 클래스의 새 인스턴스를 만들고 초기화합니다.

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

적용 대상

SortKey(String, String, Boolean)

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(Object Identifier)입니다.

reverseOrder
Boolean

정렬 순서가 오름차순이면 true이고, 정렬 순서가 내림차순이면 false입니다.

적용 대상