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