Свойство 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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- attributeId
Тип: System.String
The identifier of the AggregationDesignAttribute to be returned.
Значение свойства
Тип: 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. |