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