Move メソッド (String, Int32)

AggregationInstanceMeasure をコレクション内の指定したインデックス位置に移動します。

名前空間:  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
    コレクション内の新しいインデックス位置を指定します。

戻り値

型: Microsoft.AnalysisServices. . :: . .AggregationInstanceMeasure
コレクション内で移動した AggregationInstanceMeasure です。