Udostępnij za pośrednictwem


Metoda AggregationInstanceAttributeCollection.Move (Int32, Int32)

Przenosi określony AggregationInstanceAttribute z jednego miejsca do innego położenia kolekcja.

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

Składnia

'Deklaracja
Public Function Move ( _
    fromIndex As Integer, _
    toIndex As Integer _
) As AggregationInstanceAttribute
'Użycie
Dim instance As AggregationInstanceAttributeCollection
Dim fromIndex As Integer
Dim toIndex As Integer
Dim returnValue As AggregationInstanceAttribute

returnValue = instance.Move(fromIndex, _
    toIndex)
public AggregationInstanceAttribute Move(
    int fromIndex,
    int toIndex
)
public:
AggregationInstanceAttribute^ Move(
    int fromIndex, 
    int toIndex
)
member Move : 
        fromIndex:int * 
        toIndex:int -> AggregationInstanceAttribute 
public function Move(
    fromIndex : int, 
    toIndex : int
) : AggregationInstanceAttribute

Parametry

  • fromIndex
    Typ: System.Int32
    Określa położenie indeksu byłego kolekcja
  • toIndex
    Typ: System.Int32
    Określa nową pozycję indeksu kolekcja.

Wartość zwracana

Typ: Microsoft.AnalysisServices.AggregationInstanceAttribute
AggregationInstanceAttribute , Został przeniesiony 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.