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

VB
'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)

Parameters

Property Value

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

See Also

Reference

AggregationInstanceCollection Class

Item Overload

Microsoft.AnalysisServices Namespace