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


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

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

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

Синтаксис

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

Параметры

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

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

Исключения

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

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

ItemNotFoundException

attributeID does not exist in the collection.

См. также

Справочник

AggregationDesignAttributeCollection Класс

Перегрузка Item

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