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