Udostępnij za pośrednictwem


Metoda PerspectiveHierarchyCollection.Move (String, Int32)

Przesuwa PerspectiveHierarchy ma określony identyfikator z określonym indeksem kolekcja.

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

Składnia

'Deklaracja
Public Function Move ( _
    hierarchyId As String, _
    toIndex As Integer _
) As PerspectiveHierarchy
'Użycie
Dim instance As PerspectiveHierarchyCollection
Dim hierarchyId As String
Dim toIndex As Integer
Dim returnValue As PerspectiveHierarchy

returnValue = instance.Move(hierarchyId, _
    toIndex)
public PerspectiveHierarchy Move(
    string hierarchyId,
    int toIndex
)
public:
PerspectiveHierarchy^ Move(
    String^ hierarchyId, 
    int toIndex
)
member Move : 
        hierarchyId:string * 
        toIndex:int -> PerspectiveHierarchy 
public function Move(
    hierarchyId : String, 
    toIndex : int
) : PerspectiveHierarchy

Parametry

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

fromIndexjest mniejszy od zera.

- lub -

fromIndexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

- lub -

hierarchyIDnie istnieje kolekcja.