Udostępnij za pośrednictwem


Metoda AggregationInstanceMeasureCollection.Move (AggregationInstanceMeasure, Int32)

Przenosi określony AggregationInstanceMeasure do nowej pozycji indeksu kolekcja.

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

Składnia

'Deklaracja
Public Sub Move ( _
    item As AggregationInstanceMeasure, _
    toIndex As Integer _
)
'Użycie
Dim instance As AggregationInstanceMeasureCollection
Dim item As AggregationInstanceMeasure
Dim toIndex As Integer

instance.Move(item, toIndex)
public void Move(
    AggregationInstanceMeasure item,
    int toIndex
)
public:
void Move(
    AggregationInstanceMeasure^ item, 
    int toIndex
)
member Move : 
        item:AggregationInstanceMeasure * 
        toIndex:int -> unit 
public function Move(
    item : AggregationInstanceMeasure, 
    toIndex : int
)

Parametry

  • toIndex
    Typ: System.Int32
    Określa nową pozycję indeksu kolekcja.

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

Może pojawić się jeden z następujących komunikatów o błędach:

toIndexjest mniejszy od zera.

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

itemnie jest zawarty kolekcja.