Metoda AggregationDimensionCollection.Move (Int32, Int32)
Przesuwa AggregationDimension pod określonym indeksem bieżących do nowego indeksu określone kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Move ( _
fromIndex As Integer, _
toIndex As Integer _
) As AggregationDimension
'Użycie
Dim instance As AggregationDimensionCollection
Dim fromIndex As Integer
Dim toIndex As Integer
Dim returnValue As AggregationDimension
returnValue = instance.Move(fromIndex, _
toIndex)
public AggregationDimension Move(
int fromIndex,
int toIndex
)
public:
AggregationDimension^ Move(
int fromIndex,
int toIndex
)
member Move :
fromIndex:int *
toIndex:int -> AggregationDimension
public function Move(
fromIndex : int,
toIndex : int
) : AggregationDimension
Parametry
- fromIndex
Typ: System.Int32
Indeks od zera AggregationDimension mają być przeniesione.
- toIndex
Typ: System.Int32
Indeks od zera do którego należy przenieść AggregationDimension określonych przez fromIndex.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AggregationDimension
AggregationDimension Mają być przeniesione.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentOutOfRangeException | fromIndexjest mniejszy od zera. - lub - fromIndexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. - lub - toIndexjest mniejszy od zera. - lub - toIndexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |
Zobacz także