PerspectiveMeasureGroupCollection.Insert 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Insert(Int32, PerspectiveMeasureGroup) |
将指定的 PerspectiveMeasureGroup 插入到集合中的指定索引处。 |
Insert(Int32, String) |
使用指定的 MeasureGroupID 创建一个新的 PerspectiveMeasureGroup 对象,将其插入到集合中的指定索引处,并返回新创建的 PerspectiveMeasureGroup。 |
Insert(Int32, PerspectiveMeasureGroup)
将指定的 PerspectiveMeasureGroup 插入到集合中的指定索引处。
public void Insert (int index, Microsoft.AnalysisServices.PerspectiveMeasureGroup item);
override this.Insert : int * Microsoft.AnalysisServices.PerspectiveMeasureGroup -> unit
Public Sub Insert (index As Integer, item As PerspectiveMeasureGroup)
参数
- index
- Int32
插入 PerspectiveMeasureGroup 时所在的从零开始的索引。
要插入的 PerspectiveMeasureGroup。
例外
指定的索引不是有效值(小于零或大于元素总数)。
- 指定的项为空引用 (在 Visual Basic 中为 Nothing)。
- 集合中已存在指定的项。
- 指定的 PerspectiveMeasureGroup MeasureGroupID 在集合中无效。
- 指定的 PerspectiveMeasureGroup 兼容性级别在集合中无效。
适用于
Insert(Int32, String)
使用指定的 MeasureGroupID 创建一个新的 PerspectiveMeasureGroup 对象,将其插入到集合中的指定索引处,并返回新创建的 PerspectiveMeasureGroup。
public Microsoft.AnalysisServices.PerspectiveMeasureGroup Insert (int index, string measureGroupId);
override this.Insert : int * string -> Microsoft.AnalysisServices.PerspectiveMeasureGroup
Public Function Insert (index As Integer, measureGroupId As String) As PerspectiveMeasureGroup
参数
- index
- Int32
插入 PerspectiveMeasureGroup 时所在的从零开始的索引。
- measureGroupId
- String
新的 PerspectiveMeasureGroup 对象的 MeasureGroupID。
返回
新创建的 PerspectiveMeasureGroup 对象。
例外
指定的索引不是有效值(小于零或大于元素总数)。
指定的 MeasureGroupID 在集合中无效。