Właściwość AggregationCollection.Item (String)
Pobiera Aggregation, z określonym identyfikatorem, 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 Aggregation
Get
'Użycie
Dim instance As AggregationCollection
Dim id As String
Dim value As Aggregation
value = instance(id)
public Aggregation this[
string id
] { get; }
public:
property Aggregation^ default[String^ id] {
Aggregation^ get (String^ id);
}
member Item : Aggregation
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- id
Typ: System.String
Identyfikator Aggregation mają być zwrócone.
Wartość właściwości
Typ: Microsoft.AnalysisServices.Aggregation
Aggregation 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