Udostępnij za pośrednictwem


Metoda PerspectiveDimensionCollection.Move (String, Int32)

Przesuwa PerspectiveDimension 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 ( _
    cubeDimensionId As String, _
    toIndex As Integer _
) As PerspectiveDimension
'Użycie
Dim instance As PerspectiveDimensionCollection
Dim cubeDimensionId As String
Dim toIndex As Integer
Dim returnValue As PerspectiveDimension

returnValue = instance.Move(cubeDimensionId, _
    toIndex)
public PerspectiveDimension Move(
    string cubeDimensionId,
    int toIndex
)
public:
PerspectiveDimension^ Move(
    String^ cubeDimensionId, 
    int toIndex
)
member Move : 
        cubeDimensionId:string * 
        toIndex:int -> PerspectiveDimension 
public function Move(
    cubeDimensionId : String, 
    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 -

cubeDimensionIDnie istnieje kolekcja.