Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a reference to the validation at the specified index location in the ValidationResultCollection object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As ValidationResult
Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- index
Typ: System.Int32
The location of the validation in the ValidationResultCollection.
Eigenschaftswert
Typ: Microsoft.AnalysisServices.ValidationResult
The reference to the validation.