ActiveDirectorySchemaProperty.IsTupleIndexed Propriété
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.
Obtient ou définit une valeur indiquant s’il y a un index de tuple pour cette propriété de schéma.
public:
property bool IsTupleIndexed { bool get(); void set(bool value); };
public bool IsTupleIndexed { get; set; }
member this.IsTupleIndexed : bool with get, set
Public Property IsTupleIndexed As Boolean
Valeur de propriété
Valeur Boolean qui indique si la propriété de schéma a un index de tuple. true
s'il y a un index de tuple pour la propriété ; sinon, false
.
Exceptions
Un appel au service d'annuaire sous-jacent a échoué.
Le serveur cible est occupé ou non disponible.