Metoda AggregationDimensionCollection.Move (String, Int32)
Przesuwa AggregationDimension, identyfikatorem określonego, określony indeks kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Move ( _
cubeDimensionId As String, _
toIndex As Integer _
) As AggregationDimension
'Użycie
Dim instance As AggregationDimensionCollection
Dim cubeDimensionId As String
Dim toIndex As Integer
Dim returnValue As AggregationDimension
returnValue = instance.Move(cubeDimensionId, _
toIndex)
public AggregationDimension Move(
string cubeDimensionId,
int toIndex
)
public:
AggregationDimension^ Move(
String^ cubeDimensionId,
int toIndex
)
member Move :
cubeDimensionId:string *
toIndex:int -> AggregationDimension
public function Move(
cubeDimensionId : String,
toIndex : int
) : AggregationDimension
Parametry
- cubeDimensionId
Typ: System.String
- toIndex
Typ: System.Int32
Indeks od zera do którego należy przenieść AggregationDimension określonych przez cubeDimensionID.
Wartość zwracana
Typ: Microsoft.AnalysisServices.AggregationDimension
AggregationDimension 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 - cubeDimensionIDnie jest zawarty kolekcja. |
Zobacz także