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