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