Propriété ValidationResultCollection.Item
Gets a reference to the validation at the specified index location in the ValidationResultCollection object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As ValidationResult
Get
'Utilisation
Dim instance As ValidationResultCollection
Dim index As Integer
Dim value As ValidationResult
value = instance(index)
public ValidationResult this[
int index
] { get; }
public:
property ValidationResult^ default[int index] {
ValidationResult^ get (int index);
}
member Item : ValidationResult
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System.Int32
The location of the validation in the ValidationResultCollection.
Valeur de propriété
Type : Microsoft.AnalysisServices.ValidationResult
The reference to the validation.