MeasureGroupAttributeCollection.Move 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Move(MeasureGroupAttribute, Int32) |
將指定的 MeasureGroupAttribute 移動到集合中的新位置。 |
Move(Int32, Int32) |
將集合中的 MeasureGroupAttribute 從目前位置移動到新的位置。 |
Move(String, Int32) |
將具有指定 AttributeID 的 MeasureGroupAttribute 移至集合中的新位置。 |
Move(MeasureGroupAttribute, Int32)
將指定的 MeasureGroupAttribute 移動到集合中的新位置。
public void Move (Microsoft.AnalysisServices.MeasureGroupAttribute item, int toIndex);
override this.Move : Microsoft.AnalysisServices.MeasureGroupAttribute * int -> unit
Public Sub Move (item As MeasureGroupAttribute, toIndex As Integer)
參數
要移動的 MeasureGroupAttribute。
- toIndex
- Int32
索引以零起始的索引,其為要將指定的 MeasureGroupAttribute 移動到的目標位置。
例外狀況
- 指定的 MeasureGroupAttribute 不存在集合。
- 指定的 toIndex 不是有效的值, (小於零或更大,則) 的專案總數。
適用於
Move(Int32, Int32)
將集合中的 MeasureGroupAttribute 從目前位置移動到新的位置。
public Microsoft.AnalysisServices.MeasureGroupAttribute Move (int fromIndex, int toIndex);
override this.Move : int * int -> Microsoft.AnalysisServices.MeasureGroupAttribute
Public Function Move (fromIndex As Integer, toIndex As Integer) As MeasureGroupAttribute
參數
- fromIndex
- Int32
要移動的 MeasureGroupAttribute 以零起始的索引。
- toIndex
- Int32
以零起始的索引,其為要將 fromeIndex 所指定的 MeasureGroupAttribute 移動到的目標位置。
傳回
已移動的 MeasureGroupAttribute。
例外狀況
- 指定的 fromIndex 不是有效值, (小於零或大於零,則) 的專案總數。
- 指定的 toIndex 不是有效的值, (小於零或更大,則) 的專案總數。
適用於
Move(String, Int32)
將具有指定 AttributeID 的 MeasureGroupAttribute 移至集合中的新位置。
public Microsoft.AnalysisServices.MeasureGroupAttribute Move (string attributeId, int toIndex);
override this.Move : string * int -> Microsoft.AnalysisServices.MeasureGroupAttribute
Public Function Move (attributeId As String, toIndex As Integer) As MeasureGroupAttribute
參數
- attributeId
- String
要移動之 MeasureGroupAttribute 的 AttributeID。
- toIndex
- Int32
以零起始的索引,其為要將 fromeIndex 所指定的 MeasureGroupAttribute 移動到的目標位置。
傳回
已移動的 MeasureGroupAttribute。
例外狀況
- attributeId 不是集合中 之 的有效 AttributeID MeasureGroupAttribute 。
- 指定的 toIndex 不是有效的值, (小於零或更大,則) 的專案總數。