次の方法で共有


RelationshipEndAttributeCollection.Move メソッド (RelationshipEndAttribute, Int32)

指定されたインデックス位置にある項目をコレクション内の別の位置に移動します。

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

構文

'宣言
Public Sub Move ( _
    item As RelationshipEndAttribute, _
    toIndex As Integer _
)
'使用
Dim instance As RelationshipEndAttributeCollection 
Dim item As RelationshipEndAttribute 
Dim toIndex As Integer

instance.Move(item, toIndex)
public void Move(
    RelationshipEndAttribute item,
    int toIndex
)
public:
void Move(
    RelationshipEndAttribute^ item, 
    int toIndex
)
member Move : 
        item:RelationshipEndAttribute * 
        toIndex:int -> unit
public function Move(
    item : RelationshipEndAttribute, 
    toIndex : int
)

パラメーター

  • toIndex
    型: System.Int32
    項目の新しい位置を指定する 0 から始まるインデックスです。

関連項目

参照

RelationshipEndAttributeCollection クラス

Move オーバーロード

Microsoft.AnalysisServices 名前空間