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.