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