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