Udostępnij za pośrednictwem


Metoda PerspectiveDimensionCollection.Move (Int32, Int32)

Przesuwa PerspectiveDimension 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 PerspectiveDimension
'Użycie
Dim instance As PerspectiveDimensionCollection
Dim fromIndex As Integer
Dim toIndex As Integer
Dim returnValue As PerspectiveDimension

returnValue = instance.Move(fromIndex, _
    toIndex)
public PerspectiveDimension Move(
    int fromIndex,
    int toIndex
)
public:
PerspectiveDimension^ Move(
    int fromIndex, 
    int toIndex
)
member Move : 
        fromIndex:int * 
        toIndex:int -> PerspectiveDimension 
public function Move(
    fromIndex : int, 
    toIndex : int
) : PerspectiveDimension

Parametry

Wartość zwracana

Typ: Microsoft.AnalysisServices.PerspectiveDimension
PerspectiveDimension 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].