Właściwość PerspectiveMeasureCollection.Item (String)
Pobiera PerspectiveMeasure 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 ( _
measureId As String _
) As PerspectiveMeasure
Get
'Użycie
Dim instance As PerspectiveMeasureCollection
Dim measureId As String
Dim value As PerspectiveMeasure
value = instance(measureId)
public PerspectiveMeasure this[
string measureId
] { get; }
public:
property PerspectiveMeasure^ default[String^ measureId] {
PerspectiveMeasure^ get (String^ measureId);
}
member Item : PerspectiveMeasure
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- measureId
Typ: System.String
Wartość właściwości
Typ: Microsoft.AnalysisServices.PerspectiveMeasure
PerspectiveMeasure Określony przez identyfikator.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentNullException | measureIDjest odwołaniem do wartości null (nic nie w języku Visual Basic). |
ItemNotFoundException | measureIDnie istnieje kolekcja. |
Zobacz także