Udostępnij za pośrednictwem


Metoda TranslationCollection.Move (Translation, Int32)

Przesuwa Translation do nowego indeksu kolekcja.

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

Składnia

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

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

Parametry

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

toIndexjest mniejszy od zera.

- lub -

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

- lub -

itemnie jest zawarty kolekcja.