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 命名空间