DimensionCollection.Item 属性 (Int32)
Gets the specified Dimension from the collection by its index. In Microsoft Visual C#, this property is the indexer for the DimensionCollection class.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv(在 msmgdsrv.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As Integer _
) As Dimension
Get
用法
Dim instance As DimensionCollection
Dim index As Integer
Dim value As Dimension
value = instance(index)
public Dimension this[
int index
] { get; }
public:
property Dimension^ default[int index] {
Dimension^ get (int index);
}
member Item : Dimension
JScript 支持使用索引属性,但不支持声明新索引属性。
参数
- index
类型:System.Int32
The zero-based index of the Dimension to find.
属性值
类型:Microsoft.AnalysisServices.AdomdServer.Dimension
The Dimension at the specified index.