Move メソッド (AggregationInstance, Int32)
AggregationInstance をコレクション内の新しいインデックスに移動します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub Move ( _
item As AggregationInstance, _
toIndex As Integer _
)
'使用
Dim instance As AggregationInstanceCollection
Dim item As AggregationInstance
Dim toIndex As Integer
instance.Move(item, toIndex)
public void Move(
AggregationInstance item,
int toIndex
)
public:
void Move(
AggregationInstance^ item,
int toIndex
)
member Move :
item:AggregationInstance *
toIndex:int -> unit
public function Move(
item : AggregationInstance,
toIndex : int
)
パラメーター
- toIndex
型: System. . :: . .Int32
item で指定した AggregationInstance の移動先である、0 から始まるインデックスです。