次の方法で共有


AggregationAttributeCollection.Move メソッド (String, Int32)

AggregationAttribute をコレクション内の指定した位置に移動します。

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

構文

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

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

パラメーター

戻り値

型: Microsoft.AnalysisServices.AggregationAttribute
移動された AggregationAttribute です。

例外

例外 条件
ArgumentOutOfRangeException

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

- または -

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

- または -

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

関連項目

参照

AggregationAttributeCollection クラス

Move オーバーロード

Microsoft.AnalysisServices 名前空間