AggregationInstanceDimensionCollection.Move 方法 (String, Int32)
Moves a specified AggregationInstanceDimension into the collection to the specified index position.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function Move ( _
cubeDimensionId As String, _
toIndex As Integer _
) As AggregationInstanceDimension
'用途
Dim instance As AggregationInstanceDimensionCollection
Dim cubeDimensionId As String
Dim toIndex As Integer
Dim returnValue As AggregationInstanceDimension
returnValue = instance.Move(cubeDimensionId, _
toIndex)
public AggregationInstanceDimension Move(
string cubeDimensionId,
int toIndex
)
public:
AggregationInstanceDimension^ Move(
String^ cubeDimensionId,
int toIndex
)
member Move :
cubeDimensionId:string *
toIndex:int -> AggregationInstanceDimension
public function Move(
cubeDimensionId : String,
toIndex : int
) : AggregationInstanceDimension
參數
- cubeDimensionId
型別:System.String
The cube dimension of the AggregationInstanceDimension to be moved.
- toIndex
型別:System.Int32
The new index position in the collection.
傳回值
型別:Microsoft.AnalysisServices.AggregationInstanceDimension
The AggregationInstanceDimension that was moved in the collection.