AggregationInstanceCollection.Item Property (Int32)
Gets the AggregationInstance, at the specified index, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As AggregationInstance
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The zero-based index of the AggregationInstance to be returned.
Property Value
Type: Microsoft.AnalysisServices.AggregationInstance
The AggregationInstance at the specified index.