Udostępnij za pośrednictwem


Metoda AssemblyCollection.Move (Assembly, Int32)

Przesuwa Assembly do nowego indeksu kolekcja.

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

Składnia

'Deklaracja
Public Sub Move ( _
    item As Assembly, _
    toIndex As Integer _
)
'Użycie
Dim instance As AssemblyCollection
Dim item As [Assembly]
Dim toIndex As Integer

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

Parametry

  • toIndex
    Typ: System.Int32
    Indeks od zera do którego należy przenieść Assembly określonych przez item.

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.