AggregationInstanceMeasureCollection.Item 属性 (String)
Gets the specified AggregationInstanceMeasure object from the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
measureId As String _
) As AggregationInstanceMeasure
Get
用法
Dim instance As AggregationInstanceMeasureCollection
Dim measureId As String
Dim value As AggregationInstanceMeasure
value = instance(measureId)
public AggregationInstanceMeasure this[
string measureId
] { get; }
public:
property AggregationInstanceMeasure^ default[String^ measureId] {
AggregationInstanceMeasure^ get (String^ measureId);
}
member Item : AggregationInstanceMeasure
JScript 支持使用索引属性,但不支持声明新索引属性。
参数
- measureId
类型:System.String
Identifies the AggregationInstanceMeasure to be returned.
属性值
类型:Microsoft.AnalysisServices.AggregationInstanceMeasure
The selected AggregationInstanceMeasure object.
异常
异常 | 条件 |
---|---|
ArgumentNullException | measureId is a null reference (Nothing in Visual Basic). |
ItemNotFoundException | measureId does not exist in the collection. |