Udostępnij za pośrednictwem


Metoda PerspectiveDimensionCollection.Move (PerspectiveDimension, Int32)

Przesuwa PerspectiveDimension do nowego indeksu kolekcja.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Sub Move ( _
    item As PerspectiveDimension, _
    toIndex As Integer _
)
'Użycie
Dim instance As PerspectiveDimensionCollection
Dim item As PerspectiveDimension
Dim toIndex As Integer

instance.Move(item, toIndex)
public void Move(
    PerspectiveDimension item,
    int toIndex
)
public:
void Move(
    PerspectiveDimension^ item, 
    int toIndex
)
member Move : 
        item:PerspectiveDimension * 
        toIndex:int -> unit 
public function Move(
    item : PerspectiveDimension, 
    toIndex : int
)

Parametry

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 istnieje kolekcja.