Aracılığıyla paylaş


SortRequestControl Oluşturucular

Tanım

SortRequestControl sınıfının yeni bir örneğini oluşturur.

Aşırı Yüklemeler

SortRequestControl(SortKey[])

Oluşturucu, SortRequestControl(SortKey[]) belirtilen sıralama anahtarlarını kullanarak sınıfın SortRequestControl yeni bir örneğini oluşturur ve başlatır.

SortRequestControl(String, Boolean)

Oluşturucu, SortRequestControl(String, Boolean) belirtilen öznitelik adını ve sıralama düzenini kullanarak sınıfının yeni bir örneğini SortRequestControl oluşturur.

SortRequestControl(String, String, Boolean)

Oluşturucu, SortRequestControl(String, String, Boolean) belirtilen öznitelik adını, eşleşen kuralı ve sıralama düzenini kullanarak sınıfın yeni bir örneğini SortRequestControl oluşturur.

SortRequestControl(SortKey[])

Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs

Oluşturucu, SortRequestControl(SortKey[]) belirtilen sıralama anahtarlarını kullanarak sınıfın SortRequestControl yeni bir örneğini oluşturur ve başlatır.

public:
 SortRequestControl(... cli::array <System::DirectoryServices::Protocols::SortKey ^> ^ sortKeys);
public SortRequestControl (params System.DirectoryServices.Protocols.SortKey[] sortKeys);
new System.DirectoryServices.Protocols.SortRequestControl : System.DirectoryServices.Protocols.SortKey[] -> System.DirectoryServices.Protocols.SortRequestControl
Public Sub New (ParamArray sortKeys As SortKey())

Parametreler

sortKeys
SortKey[]

Sunucu tarafından arama sonuçlarını istemciye döndürmeden önce sıralamak için kullanılan bir nesne dizisi SortKey .

Şunlara uygulanır

SortRequestControl(String, Boolean)

Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs

Oluşturucu, SortRequestControl(String, Boolean) belirtilen öznitelik adını ve sıralama düzenini kullanarak sınıfının yeni bir örneğini SortRequestControl oluşturur.

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

Parametreler

attributeName
String

Sorgunun temel aldığı özniteliğin adı.

reverseOrder
Boolean

true sonuçların ters sırada veya false başka bir şekilde döndürülmesi gerekiyorsa.

Şunlara uygulanır

SortRequestControl(String, String, Boolean)

Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs
Kaynak:
DirectoryControl.cs

Oluşturucu, SortRequestControl(String, String, Boolean) belirtilen öznitelik adını, eşleşen kuralı ve sıralama düzenini kullanarak sınıfın yeni bir örneğini SortRequestControl oluşturur.

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

Parametreler

attributeName
String

Sorgunun temel aldığı özniteliğin adı.

matchingRule
String

Sıralama için eşleşen kuralın nesne tanımlayıcısını (OID) belirtir.

reverseOrder
Boolean

true sıralama en düşükten en yükseğe sıralanmışsa veya false sıralama en yüksekten en düşüğe sıralanmışsa.

Şunlara uygulanır