SortKey Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| SortKey() |
Le SortKey() constructeur crée et initialise une nouvelle instance de la SortKey classe. |
| SortKey(String, String, Boolean) |
Le SortKey(String, String, Boolean) constructeur crée et initialise une nouvelle instance de la classe à l’aide du nom d’attribut, de la règle correspondante et de l’ordre SortKey de tri spécifiés. |
SortKey()
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
public:
SortKey();
public SortKey();
Public Sub New ()
S’applique à
SortKey(String, String, Boolean)
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
Le SortKey(String, String, Boolean) constructeur crée et initialise une nouvelle instance de la classe à l’aide du nom d’attribut, de la règle correspondante et de l’ordre SortKey de tri spécifiés.
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)
Paramètres
- attributeName
- String
Nom de l’attribut à utiliser comme clé de tri.
- matchingRule
- String
Identificateur d’objet (OID) de la règle de correspondance pour le tri.
- reverseOrder
- Boolean
true si le tri est classé du plus bas au plus élevé ou false si l’ordre de tri est le plus élevé au plus bas.