Właściwość AggregationDesignCollection.Item (Int32)
Pobiera AggregationDesign, pod określonym indeksem z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As AggregationDesign
Get
'Użycie
Dim instance As AggregationDesignCollection
Dim index As Integer
Dim value As AggregationDesign
value = instance(index)
public AggregationDesign this[
int index
] { get; }
public:
property AggregationDesign^ default[int index] {
AggregationDesign^ get (int index);
}
member Item : AggregationDesign
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
Indeks od zera AggregationDesign mają być zwrócone.
Wartość właściwości
Typ: Microsoft.AnalysisServices.AggregationDesign
AggregationDesign Pod określonym indeksem.
Wyjątki
| Wyjątek | Warunek |
|---|---|
| ArgumentOutOfRangeException | indexjest mniejszy od zera. - lub - indexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |
Zobacz także