Udostępnij za pośrednictwem


Metoda DimensionCollection.Move (String, Int32)

Przesuwa Dimension z identyfikatorem określonego indeksu określone kolekcja.

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

Składnia

'Deklaracja
Public Function Move ( _
    id As String, _
    toIndex As Integer _
) As Dimension
'Użycie
Dim instance As DimensionCollection
Dim id As String
Dim toIndex As Integer
Dim returnValue As Dimension

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

Parametry

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

Wartość zwracana

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

idnie jest zawarty kolekcja.