GroupCollection.Item[Int32] 属性

定义

获取或设置指定索引处的 Group 元素。

public Microsoft.AnalysisServices.Group this[int index] { get; set; }
member this.Item(int) : Microsoft.AnalysisServices.Group with get, set
Default Public Property Item(index As Integer) As Group

参数

index
Int32

要获取或设置的元素的从零开始的索引。

属性值

指定索引处的 Group 元素。

例外

指定的索引不是有效值(小于零或大于元素总数)。

指定的值为空引用(在 Visual Basic 中为 Nothing)。

适用于