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