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
)
パラメーター
- item
型: Microsoft.AnalysisServices.RelationshipEndAttribute
コレクション内のオブジェクトです。
- toIndex
型: System.Int32
項目の新しい位置を指定する 0 から始まるインデックスです。