Condividi tramite


Proprietà AggregationInstanceCollection.Item (Int32)

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AggregationInstance 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

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

Vedere anche

Riferimento

AggregationInstanceCollection Classe

Overload Item

Spazio dei nomi Microsoft.AnalysisServices