Udostępnij za pośrednictwem


Metoda PerspectiveMeasureGroupCollection.Move (String, Int32)

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

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

Parametry

Wartość zwracana

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

measureGroupIDnie istnieje kolekcja.