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

参数

返回值

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