Metoda MeasureGroupCollection.Move (String, Int32)
Przesuwa MeasureGroup 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 MeasureGroup
'Użycie
Dim instance As MeasureGroupCollection
Dim id As String
Dim toIndex As Integer
Dim returnValue As MeasureGroup
returnValue = instance.Move(id, toIndex)
public MeasureGroup Move(
string id,
int toIndex
)
public:
MeasureGroup^ Move(
String^ id,
int toIndex
)
member Move :
id:string *
toIndex:int -> MeasureGroup
public function Move(
id : String,
toIndex : int
) : MeasureGroup
Parametry
- id
Typ: System.String
Identyfikator MeasureGroup do przenoszenia.
- toIndex
Typ: System.Int32
Indeks od zera do którego należy przenieść MeasureGroup określonych przez id.
Wartość zwracana
Typ: Microsoft.AnalysisServices.MeasureGroup
MeasureGroup , Został przeniesiony.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentOutOfRangeException | fromIndexjest mniejszy od zera. - lub - fromIndexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. - lub - idnie istnieje kolekcja. |
Zobacz także