Metoda PerspectiveMeasureCollection.Move (Int32, Int32)
Przesuwa PerspectiveMeasure pod określonym indeksem bieżących do nowego indeksu określone kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Move ( _
fromIndex As Integer, _
toIndex As Integer _
) As PerspectiveMeasure
'Użycie
Dim instance As PerspectiveMeasureCollection
Dim fromIndex As Integer
Dim toIndex As Integer
Dim returnValue As PerspectiveMeasure
returnValue = instance.Move(fromIndex, _
toIndex)
public PerspectiveMeasure Move(
int fromIndex,
int toIndex
)
public:
PerspectiveMeasure^ Move(
int fromIndex,
int toIndex
)
member Move :
fromIndex:int *
toIndex:int -> PerspectiveMeasure
public function Move(
fromIndex : int,
toIndex : int
) : PerspectiveMeasure
Parametry
- fromIndex
Typ: System.Int32
Indeks od zera PerspectiveMeasure do przenoszenia.
- toIndex
Typ: System.Int32
Indeks od zera do którego należy przenieść PerspectiveMeasure określonych przez fromIndex.
Wartość zwracana
Typ: Microsoft.AnalysisServices.PerspectiveMeasure
PerspectiveMeasure Mają być przeniesione.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentOutOfRangeException | fromIndexjest mniejszy od zera. - lub - fromIndexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. - lub - toIndexjest mniejszy od zera. - lub - toIndexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |
Zobacz także