ValidationErrorCollection.Item[Int32] 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 l’élément ValidationError à l’index spécifié.
public Microsoft.AnalysisServices.ValidationError this[int index] { get; set; }
member this.Item(int) : Microsoft.AnalysisServices.ValidationError with get, set
Default Public Property Item(index As Integer) As ValidationError
Paramètres
- index
- Int32
Index de base zéro de l'élément à obtenir ou à définir.
Valeur de propriété
Élément ValidationError à l'index spécifié.
Exceptions
L’index spécifié n’est pas une valeur valide (inférieure à zéro ou supérieure au nombre total d’éléments).
La valeur spécifiée est une référence Null (Nothing en Visual Basic).