Metoda PerspectiveCalculationCollection.Move (String, Int32)
Przesuwa PerspectiveCalculation ma określony identyfikator z określonym indeksem kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Move ( _
name As String, _
toIndex As Integer _
) As PerspectiveCalculation
'Użycie
Dim instance As PerspectiveCalculationCollection
Dim name As String
Dim toIndex As Integer
Dim returnValue As PerspectiveCalculation
returnValue = instance.Move(name, toIndex)
public PerspectiveCalculation Move(
string name,
int toIndex
)
public:
PerspectiveCalculation^ Move(
String^ name,
int toIndex
)
member Move :
name:string *
toIndex:int -> PerspectiveCalculation
public function Move(
name : String,
toIndex : int
) : PerspectiveCalculation
Parametry
- name
Typ: System.String
Identyfikator PerspectiveCalculation do przenoszenia.
- toIndex
Typ: System.Int32
Indeks od zera do którego należy przenieść PerspectiveCalculation określonych przez name.
Wartość zwracana
Typ: Microsoft.AnalysisServices.PerspectiveCalculation
A PerspectiveCalculation 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 - namenie istnieje kolekcja. |
Zobacz także