Udostępnij za pośrednictwem


Właściwość AggregationDesignDimensionCollection.Item (String)

Pobiera AggregationDesignDimension, 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 AggregationDesignDimension
    Get
'Użycie
Dim instance As AggregationDesignDimensionCollection
Dim cubeDimensionId As String
Dim value As AggregationDesignDimension

value = instance(cubeDimensionId)
public AggregationDesignDimension this[
    string cubeDimensionId
] { get; }
public:
property AggregationDesignDimension^ default[String^ cubeDimensionId] {
    AggregationDesignDimension^ get (String^ cubeDimensionId);
}
member Item : AggregationDesignDimension
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.AnalysisServices.AggregationDesignDimension
AggregationDesignDimension 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.