Metoda PerspectiveActionCollection.Move (String, Int32)
Przesuwa PerspectiveAction 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 ( _
actionId As String, _
toIndex As Integer _
) As PerspectiveAction
'Użycie
Dim instance As PerspectiveActionCollection
Dim actionId As String
Dim toIndex As Integer
Dim returnValue As PerspectiveAction
returnValue = instance.Move(actionId, _
toIndex)
public PerspectiveAction Move(
string actionId,
int toIndex
)
public:
PerspectiveAction^ Move(
String^ actionId,
int toIndex
)
member Move :
actionId:string *
toIndex:int -> PerspectiveAction
public function Move(
actionId : String,
toIndex : int
) : PerspectiveAction
Parametry
- actionId
Typ: System.String
- toIndex
Typ: System.Int32
Indeks od zera do którego należy przenieść PerspectiveAction określonych przez actionID.
Wartość zwracana
Typ: Microsoft.AnalysisServices.PerspectiveAction
PerspectiveAction 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 - actionIDnie istnieje kolekcja. |
Zobacz także