CommandCollection.IndexOf(Command) 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.
Recherche le Command spécifié et retourne son index de base zéro dans la collection.
public int IndexOf (Microsoft.AnalysisServices.Command item);
member this.IndexOf : Microsoft.AnalysisServices.Command -> int
Public Function IndexOf (item As Command) As Integer
Paramètres
Retours
Index de base zéro de l’objet Command dans la collection, s’il est trouvé ; sinon, -1.