Метод 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
)
Параметры
- item
Тип: Microsoft.AnalysisServices.Relationship
The relationship to be moved.
- toIndex
Тип: System.Int32
The zero-based index to which to move the Relationship.