Compartilhar via


Propriedade do RDL AggregationInstanceCollection.Item (Int32)

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AggregationInstance 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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

Consulte também

Referência

AggregationInstanceCollection Classe

Sobrecarregado Item

Namespace Microsoft.AnalysisServices