Metoda AggregationDesignDimensionCollection.Move (AggregationDesignDimension, Int32)
Przesuwa AggregationDesignDimension do nowego indeksu kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Move ( _
item As AggregationDesignDimension, _
toIndex As Integer _
)
'Użycie
Dim instance As AggregationDesignDimensionCollection
Dim item As AggregationDesignDimension
Dim toIndex As Integer
instance.Move(item, toIndex)
public void Move(
AggregationDesignDimension item,
int toIndex
)
public:
void Move(
AggregationDesignDimension^ item,
int toIndex
)
member Move :
item:AggregationDesignDimension *
toIndex:int -> unit
public function Move(
item : AggregationDesignDimension,
toIndex : int
)
Parametry
- item
Typ: Microsoft.AnalysisServices.AggregationDesignDimension
AggregationDesignDimension Mają być przeniesione.
- toIndex
Typ: System.Int32
Indeks od zera do którego należy przenieść AggregationDesignDimension określonych przez item.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentOutOfRangeException | toIndexjest mniejszy od zera. - lub - toIndexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. - lub - itemnie jest zawarty kolekcja. |