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


Метод RelationshipCollection.Move (Relationship, Int32)

Moves a Relationship to a new index in the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub Move ( _
    item As Relationship, _
    toIndex As Integer _
)
'Применение
Dim instance As RelationshipCollection 
Dim item As Relationship 
Dim toIndex As Integer

instance.Move(item, toIndex)
public void Move(
    Relationship item,
    int toIndex
)
public:
void Move(
    Relationship^ item, 
    int toIndex
)
member Move : 
        item:Relationship * 
        toIndex:int -> unit
public function Move(
    item : Relationship, 
    toIndex : int
)

Параметры

См. также

Справочник

RelationshipCollection Класс

Перегрузка Move

Пространство имен Microsoft.AnalysisServices