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를 이동할 인덱스(0부터 시작)입니다.

적용 대상

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를 이동하기 전의 인덱스(0부터 시작)입니다.

toIndex
Int32

RelationshipEndAttribute를 이동할 인덱스(0부터 시작)입니다.

반환

이동된 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를 이동할 인덱스(0부터 시작)입니다.

반환

이동된 RelationshipEndAttribute입니다.

적용 대상