AggregationInstanceCollection.Item 属性 (Int32)

Gets the AggregationInstance, at the specified index, from the collection.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AggregationInstance 
    Get
用法
Dim instance As AggregationInstanceCollection 
Dim index As Integer 
Dim value As AggregationInstance 

value = instance(index)
public AggregationInstance this[
    int index
] { get; }
public:
property AggregationInstance^ default[int index] {
    AggregationInstance^ get (int index);
}
member Item : AggregationInstance
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.AnalysisServices.AggregationInstance
The AggregationInstance at the specified index.

请参阅

参考

AggregationInstanceCollection 类

Item 重载

Microsoft.AnalysisServices 命名空间