Partager via


Propriété Item (Int32)

Gets the AggregationInstance, at the specified index, from the collection.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AggregationInstance
    Get
'Utilisation
Dim instance As AggregationInstanceCollection
Dim index As Integer
Dim value As AggregationInstance

value = instance(index)
public AggregationInstance this[
    int index
] { get; }
public:
property AggregationInstance^ default[int index] {
    AggregationInstance^ get (int index);
}
member Item : AggregationInstance
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.AnalysisServices. . :: . .AggregationInstance
The AggregationInstance at the specified index.