共用方式為


AggregationInstanceMeasureCollection.Move 方法 (String, Int32)

Moves a AggregationInstanceMeasure in the collection to the specified index position.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function Move ( _
    measureId As String, _
    toIndex As Integer _
) As AggregationInstanceMeasure
'用途
Dim instance As AggregationInstanceMeasureCollection 
Dim measureId As String 
Dim toIndex As Integer 
Dim returnValue As AggregationInstanceMeasure 

returnValue = instance.Move(measureId, _
    toIndex)
public AggregationInstanceMeasure Move(
    string measureId,
    int toIndex
)
public:
AggregationInstanceMeasure^ Move(
    String^ measureId, 
    int toIndex
)
member Move : 
        measureId:string * 
        toIndex:int -> AggregationInstanceMeasure
public function Move(
    measureId : String, 
    toIndex : int
) : AggregationInstanceMeasure

參數

  • toIndex
    型別:System.Int32
    Specifies the new index position in the collection.

傳回值

型別:Microsoft.AnalysisServices.AggregationInstanceMeasure
The AggregationInstanceMeasure that was moved in the collection.

請參閱

參考

AggregationInstanceMeasureCollection 類別

Move 多載

Microsoft.AnalysisServices 命名空間