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