RelationshipEndAttributeCollection.Move 方法 (String, Int32)

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Function Move ( _
    attributeId As String, _
    toIndex As Integer _
) As RelationshipEndAttribute
用法
Dim instance As RelationshipEndAttributeCollection 
Dim attributeId As String 
Dim toIndex As Integer 
Dim returnValue As RelationshipEndAttribute 

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

参数

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

返回值

类型:Microsoft.AnalysisServices.RelationshipEndAttribute
The item at the specified index to a new location in the collection with the specified attribute id.

请参阅

参考

RelationshipEndAttributeCollection 类

Move 重载

Microsoft.AnalysisServices 命名空间