AggregationInstanceCollection.Move Method (AggregationInstance, Int32)
Moves an AggregationInstance to a new index in the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Move ( _
item As AggregationInstance, _
toIndex As Integer _
)
'Usage
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
)
Parameters
- item
Type: Microsoft.AnalysisServices.AggregationInstance
The AggregationInstance to be moved.
- toIndex
Type: System.Int32
The zero-based index to which to move the AggregationInstance specified by item.