Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Moves a specified AggregationInstanceDimension into the collection to the specified index position.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
Public Function Move ( _
cubeDimensionId As String, _
toIndex As Integer _
) As AggregationInstanceDimension
public AggregationInstanceDimension Move (
string cubeDimensionId,
int toIndex
)
public:
AggregationInstanceDimension^ Move (
String^ cubeDimensionId,
int toIndex
)
public AggregationInstanceDimension Move (
String cubeDimensionId,
int toIndex
)
public function Move (
cubeDimensionId : String,
toIndex : int
) : AggregationInstanceDimension
Paramètres
- cubeDimensionId
Identifies the cube dimension of the AggregationInstanceDimension to be moved.
- toIndex
Specifies the new index position in the collection.
Valeur de retour
The AggregationInstanceDimension that was moved in the collection.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
AggregationInstanceDimensionCollection Class
AggregationInstanceDimensionCollection Members
Microsoft.AnalysisServices Namespace