Udostępnij za pośrednictwem


Metoda AggregationCollection.Move (String, Int32)

Przesuwa Aggregation, identyfikatorem określonego, określony indeks 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 Aggregation
'Użycie
Dim instance As AggregationCollection
Dim id As String
Dim toIndex As Integer
Dim returnValue As Aggregation

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

Parametry

Wartość zwracana

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