다음을 통해 공유


RelationshipEndAttributeCollection.Move 메서드 (RelationshipEndAttribute, Int32)

Moves the item at the specified index to a new location in the collection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Sub Move ( _
    item As RelationshipEndAttribute, _
    toIndex As Integer _
)
‘사용 방법
Dim instance As RelationshipEndAttributeCollection 
Dim item As RelationshipEndAttribute 
Dim toIndex As Integer

instance.Move(item, toIndex)
public void Move(
    RelationshipEndAttribute item,
    int toIndex
)
public:
void Move(
    RelationshipEndAttribute^ item, 
    int toIndex
)
member Move : 
        item:RelationshipEndAttribute * 
        toIndex:int -> unit
public function Move(
    item : RelationshipEndAttribute, 
    toIndex : int
)

매개 변수

  • toIndex
    유형: System.Int32
    The zero-based index specifying the new location of the item.

참고 항목

참조

RelationshipEndAttributeCollection 클래스

Move 오버로드

Microsoft.AnalysisServices 네임스페이스