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