AggregationInstanceAttributeCollection.Move メソッド (AggregationInstanceAttribute, Int32)
指定した AggregationInstanceAttribute をコレクション内の新しいインデックス位置に移動します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub Move ( _
item As AggregationInstanceAttribute, _
toIndex As Integer _
)
'使用
Dim instance As AggregationInstanceAttributeCollection
Dim item As AggregationInstanceAttribute
Dim toIndex As Integer
instance.Move(item, toIndex)
public void Move(
AggregationInstanceAttribute item,
int toIndex
)
public:
void Move(
AggregationInstanceAttribute^ item,
int toIndex
)
member Move :
item:AggregationInstanceAttribute *
toIndex:int -> unit
public function Move(
item : AggregationInstanceAttribute,
toIndex : int
)
パラメーター
- item
型: Microsoft.AnalysisServices.AggregationInstanceAttribute
コレクション内で移動する AggregationInstanceAttribute を指定します。
- toIndex
型: System.Int32
コレクション内の新しいインデックス位置を指定します。
例外
例外 | 条件 |
---|---|
ArgumentOutOfRangeException | 次のいずれかのエラー メッセージが表示される場合があります。 toIndex に 0 より小さい値が指定されています。 toIndex に [H:Microsoft.AnalysisServices.ModelComponentCollection.Count] 以上の値が指定されています。 item がコレクションに含まれていません。 |