Propriété ModelComponentCollection.IList.Item

Gets or sets the element at the specified index.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

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

Paramètres

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

Valeur de propriété

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

Implémente

IList.Item[Int32]

Voir aussi

Référence

ModelComponentCollection Classe

Espace de noms Microsoft.AnalysisServices