PerspectiveAttributeCollection.IndexOf Méthode
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
IndexOf(PerspectiveAttribute) |
Recherche l’objet PerspectiveAttribute spécifié et retourne son index de base zéro dans la collection. |
IndexOf(String) |
Recherche un objet PerspectiveAttribute avec l’AttributeID spécifié et retourne son index de base zéro dans la collection. |
IndexOf(PerspectiveAttribute)
Recherche l’objet PerspectiveAttribute spécifié et retourne son index de base zéro dans la collection.
public int IndexOf (Microsoft.AnalysisServices.PerspectiveAttribute item);
override this.IndexOf : Microsoft.AnalysisServices.PerspectiveAttribute -> int
Public Function IndexOf (item As PerspectiveAttribute) As Integer
Paramètres
- item
- PerspectiveAttribute
PerspectiveAttribute à rechercher dans la collection.
Retours
Index de base zéro de l’objet PerspectiveAttribute dans la collection, s’il est trouvé ; sinon, -1.
S’applique à
IndexOf(String)
Recherche un objet PerspectiveAttribute avec l’AttributeID spécifié et retourne son index de base zéro dans la collection.
public int IndexOf (string attributeId);
override this.IndexOf : string -> int
Public Function IndexOf (attributeId As String) As Integer
Paramètres
- attributeId
- String
AttributeID de l’objet PerspectiveAttribute à localiser dans la collection.
Retours
Index de base zéro de l’objet PerspectiveAttribute dans la collection, s’il est trouvé ; sinon, -1.