MeasureGroupAttributeCollection.Move メソッド (MeasureGroupAttribute, Int32)
MeasureGroupAttribute をコレクション内の新しいインデックスに移動します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub Move ( _
item As MeasureGroupAttribute, _
toIndex As Integer _
)
'使用
Dim instance As MeasureGroupAttributeCollection
Dim item As MeasureGroupAttribute
Dim toIndex As Integer
instance.Move(item, toIndex)
public void Move(
MeasureGroupAttribute item,
int toIndex
)
public:
void Move(
MeasureGroupAttribute^ item,
int toIndex
)
member Move :
item:MeasureGroupAttribute *
toIndex:int -> unit
public function Move(
item : MeasureGroupAttribute,
toIndex : int
)
パラメーター
- item
型: Microsoft.AnalysisServices.MeasureGroupAttribute
移動する MeasureGroupAttribute です。
- toIndex
型: System.Int32
item で指定した MeasureGroupAttribute の移動先である、0 から始まるインデックスです。
例外
例外 | 条件 |
---|---|
ArgumentOutOfRangeException | toIndex に 0 より小さい値が指定されています。 -または- toIndex に Count 以上の値が指定されています。 - または - item がコレクションに存在しません。 |