Proprietà ValidationResultCollection.Item
Gets a reference to the validation at the specified index location in the ValidationResultCollection object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
index As Integer _
) As ValidationResult
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System.Int32
The location of the validation in the ValidationResultCollection.
Valore proprietà
Tipo: Microsoft.AnalysisServices.ValidationResult
The reference to the validation.