Поделиться через


Свойство AggregationDesignDimensionCollection.Item (String)

Gets the AggregationDesignDimension, with the specified identifier, from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    cubeDimensionId As String _
) As AggregationDesignDimension 
    Get
'Применение
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
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.AnalysisServices.AggregationDesignDimension
The AggregationDesignDimension specified by the identifier.

Исключения

Исключение Условие
ArgumentNullException

cubeDimensionID is a null reference (Nothing in Visual Basic).

ItemNotFoundException

cubeDimensionID does not exist in the collection.

См. также

Справочник

AggregationDesignDimensionCollection Класс

Перегрузка Item

Пространство имен Microsoft.AnalysisServices