Move メソッド (String, Int32)

指定した識別子の AggregationDesignAttribute を、コレクション内の指定したインデックスに移動します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function Move ( _
    attributeId As String, _
    toIndex As Integer _
) As AggregationDesignAttribute
'使用
Dim instance As AggregationDesignAttributeCollection
Dim attributeId As String
Dim toIndex As Integer
Dim returnValue As AggregationDesignAttribute

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

パラメーター

例外

例外 条件
ArgumentOutOfRangeException

fromIndex に 0 より小さい値が指定されています。

-または-

fromIndex に [H:Microsoft.AnalysisServices.ModelComponentCollection.Count] 以上の値が指定されています。

-または-

attributeID がコレクションに含まれていません。