共用方式為


RelationshipEndAttributeCollection.Move 方法

定義

多載

Move(RelationshipEndAttribute, Int32)

將集合中的 RelationshipEndAttribute 移至指定位置。

Move(Int32, Int32)

將集合中的 RelationshipEndAttribute 從一個位置移至另一個位置。

Move(String, Int32)

將集合中的 RelationshipEndAttribute 移至指定位置。

Move(RelationshipEndAttribute, Int32)

將集合中的 RelationshipEndAttribute 移至指定位置。

public void Move (Microsoft.AnalysisServices.RelationshipEndAttribute item, int toIndex);
override this.Move : Microsoft.AnalysisServices.RelationshipEndAttribute * int -> unit
Public Sub Move (item As RelationshipEndAttribute, toIndex As Integer)

參數

item
RelationshipEndAttribute

要移動的 RelationshipEndAttribute。

toIndex
Int32

要將 RelationshipEndAttribute 移至其中之以零為基底的索引。

適用於

Move(Int32, Int32)

將集合中的 RelationshipEndAttribute 從一個位置移至另一個位置。

public Microsoft.AnalysisServices.RelationshipEndAttribute Move (int fromIndex, int toIndex);
override this.Move : int * int -> Microsoft.AnalysisServices.RelationshipEndAttribute
Public Function Move (fromIndex As Integer, toIndex As Integer) As RelationshipEndAttribute

參數

fromIndex
Int32

要從該處移動 RelationshipEndAttribute 之以零為基底的索引。

toIndex
Int32

要將 RelationshipEndAttribute 移至其中之以零為基底的索引。

傳回

已移動的 RelationshipEndAttribute。

適用於

Move(String, Int32)

將集合中的 RelationshipEndAttribute 移至指定位置。

public Microsoft.AnalysisServices.RelationshipEndAttribute Move (string attributeId, int toIndex);
override this.Move : string * int -> Microsoft.AnalysisServices.RelationshipEndAttribute
Public Function Move (attributeId As String, toIndex As Integer) As RelationshipEndAttribute

參數

attributeId
String

要移動之 RelationshipEndAttribute 的 AttributeID。

toIndex
Int32

要將 RelationshipEndAttribute 移至其中之以零為基底的索引。

傳回

已移動的 RelationshipEndAttribute。

適用於