RelationshipEndAttributeCollection.Move メソッド (Int32, Int32)
指定されたインデックス位置にある項目をコレクション内の別の位置に移動します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Move ( _
fromIndex As Integer, _
toIndex As Integer _
) As RelationshipEndAttribute
'使用
Dim instance As RelationshipEndAttributeCollection
Dim fromIndex As Integer
Dim toIndex As Integer
Dim returnValue As RelationshipEndAttribute
returnValue = instance.Move(fromIndex, _
toIndex)
public RelationshipEndAttribute Move(
int fromIndex,
int toIndex
)
public:
RelationshipEndAttribute^ Move(
int fromIndex,
int toIndex
)
member Move :
fromIndex:int *
toIndex:int -> RelationshipEndAttribute
public function Move(
fromIndex : int,
toIndex : int
) : RelationshipEndAttribute
パラメーター
- fromIndex
型: System.Int32
移動する項目の位置を指定する 0 から始まるインデックスです。
- toIndex
型: System.Int32
項目の新しい位置を指定する 0 から始まるインデックスです。
戻り値
型: Microsoft.AnalysisServices.RelationshipEndAttribute
指定されたインデックス位置からコレクション内の別の位置に移動された項目です。