Udostępnij za pośrednictwem


Metoda HierarchyCollection.Move (Int32, Int32)

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

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

Parametry

  • toIndex
    Typ: System.Int32
    Indeks od zera do którego należy przenieść Hierarchy określonych przez fromIndex.

Wartość zwracana

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