Właściwość PerspectiveMeasureGroupCollection.Item (String)
Pobiera PerspectiveMeasureGroup ma określony identyfikator z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
measureGroupId As String _
) As PerspectiveMeasureGroup
Get
'Użycie
Dim instance As PerspectiveMeasureGroupCollection
Dim measureGroupId As String
Dim value As PerspectiveMeasureGroup
value = instance(measureGroupId)
public PerspectiveMeasureGroup this[
string measureGroupId
] { get; }
public:
property PerspectiveMeasureGroup^ default[String^ measureGroupId] {
PerspectiveMeasureGroup^ get (String^ measureGroupId);
}
member Item : PerspectiveMeasureGroup
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- measureGroupId
Typ: System.String
Wartość właściwości
Typ: Microsoft.AnalysisServices.PerspectiveMeasureGroup
PerspectiveMeasureGroup Określony przez identyfikator.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentNullException | measureGroupIDjest odwołaniem do wartości null (nic nie w języku Visual Basic). |
ItemNotFoundException | measureGroupIDnie istnieje kolekcja. |
Zobacz także