Właściwość MeasureGroupCollection.Item (Int32)
Pobiera MeasureGroup 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 MeasureGroup
Get
'Użycie
Dim instance As MeasureGroupCollection
Dim index As Integer
Dim value As MeasureGroup
value = instance(index)
public MeasureGroup this[
int index
] { get; }
public:
property MeasureGroup^ default[int index] {
MeasureGroup^ get (int index);
}
member Item : MeasureGroup
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 MeasureGroup do zwrotu.
Wartość właściwości
Typ: Microsoft.AnalysisServices.MeasureGroup
MeasureGroup 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