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