Méthode RelationshipCollection.Move (Relationship, Int32)
Moves a Relationship to a new index in the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Move ( _
item As Relationship, _
toIndex As Integer _
)
'Utilisation
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
)
Paramètres
- item
Type : Microsoft.AnalysisServices.Relationship
The relationship to be moved.
- toIndex
Type : System.Int32
The zero-based index to which to move the Relationship.