Metoda ActionCollection.Move (Action, Int32)
Przesuwa Action do nowego indeksu kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Move ( _
item As Action, _
toIndex As Integer _
)
'Użycie
Dim instance As ActionCollection
Dim item As Action
Dim toIndex As Integer
instance.Move(item, toIndex)
public void Move(
Action item,
int toIndex
)
public:
void Move(
Action^ item,
int toIndex
)
member Move :
item:Action *
toIndex:int -> unit
public function Move(
item : Action,
toIndex : int
)
Parametry
- item
Typ: Microsoft.AnalysisServices.Action
Action Mają być przeniesione.
- toIndex
Typ: System.Int32
Indeks od zera do którego należy przenieść Action 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. |
Zobacz także