Udostępnij za pośrednictwem


Metoda PerspectiveHierarchyCollection.Move (PerspectiveHierarchy, Int32)

Przesuwa PerspectiveHierarchy do nowego indeksu kolekcja.

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

Składnia

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

instance.Move(item, toIndex)
public void Move(
    PerspectiveHierarchy item,
    int toIndex
)
public:
void Move(
    PerspectiveHierarchy^ item, 
    int toIndex
)
member Move : 
        item:PerspectiveHierarchy * 
        toIndex:int -> unit 
public function Move(
    item : PerspectiveHierarchy, 
    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.