Udostępnij za pośrednictwem


Metoda AggregationAttributeCollection.Move (String, Int32)

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

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

Parametry

Wartość zwracana

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

attributeIDnie jest zawarty kolekcja.