RelationshipEndAttributeCollection.Move 메서드 (Int32, Int32)

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

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

구문

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

returnValue = instance.Move(fromIndex, _
    toIndex)
public RelationshipEndAttribute Move(
    int fromIndex,
    int toIndex
)
public:
RelationshipEndAttribute^ Move(
    int fromIndex, 
    int toIndex
)
member Move : 
        fromIndex:int * 
        toIndex:int -> RelationshipEndAttribute
public function Move(
    fromIndex : int, 
    toIndex : int
) : RelationshipEndAttribute

매개 변수

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

반환 값

유형: Microsoft.AnalysisServices.RelationshipEndAttribute
The item at the specified index, in a new location in the collection.

참고 항목

참조

RelationshipEndAttributeCollection 클래스

Move 오버로드

Microsoft.AnalysisServices 네임스페이스