Moves a Relationship at the current specified index to a new specified index in the collection.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Function Move ( _
fromIndex As Integer, _
toIndex As Integer _
) As Relationship
'用途
Dim instance As RelationshipCollection
Dim fromIndex As Integer
Dim toIndex As Integer
Dim returnValue As Relationship
returnValue = instance.Move(fromIndex, _
toIndex)
public Relationship Move(
int fromIndex,
int toIndex
)
public:
Relationship^ Move(
int fromIndex,
int toIndex
)
member Move :
fromIndex:int *
toIndex:int -> Relationship
public function Move(
fromIndex : int,
toIndex : int
) : Relationship
參數
- fromIndex
型別:System.Int32
The zero-based index of the relationship to move.
- toIndex
型別:System.Int32
The zero-based index to which to move the relationship.
傳回值
型別:Microsoft.AnalysisServices.Relationship
The relationship that was moved.