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