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
属性值
类型: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. |