ModelComponentCollection.IList.Item Propiedad

Gets or sets the element at the specified index.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

C#
Object IList.this[
    int index
] { get; set; }

Parámetros

  • index
    Tipo: System.Int32
    The zero-based index of the element to get or set.

Valor de la propiedad

Tipo: System.Object
The element at the specified index.

Implementa

IList.Item[Int32]

Vea también

Referencia

ModelComponentCollection Clase

Espacio de nombres Microsoft.AnalysisServices