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