Поделиться через


Метод 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