Compartir a través de


ValidationErrorCollection.Item[Int32] Propiedad

Definición

Obtiene o establece el elemento ValidationError en el índice especificado.

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

Parámetros

index
Int32

Índice de base cero del elemento que se va a obtener o establecer.

Valor de propiedad

Elemento ValidationError en el índice especificado.

Excepciones

El índice especificado no es un valor válido (menor que cero o mayor que el número total de elementos).

El valor especificado es una referencia null (Nothing en Visual Basic).

Se aplica a