Partager via


Index.DropAndMove Method (String, StringCollection)

Drops a clustered index and moves the underlying table data to the partition scheme with the specified with partition scheme parameters.

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
Public Sub DropAndMove ( _
    partitionScheme As String, _
    partitionSchemeParameters As StringCollection _
)
public void DropAndMove (
    string partitionScheme,
    StringCollection partitionSchemeParameters
)
public:
void DropAndMove (
    String^ partitionScheme, 
    StringCollection^ partitionSchemeParameters
)
public void DropAndMove (
    String partitionScheme, 
    StringCollection partitionSchemeParameters
)
public function DropAndMove (
    partitionScheme : String, 
    partitionSchemeParameters : StringCollection
)

Paramètres

  • partitionScheme
    A String value that specifies the partition scheme.
  • partitionSchemeParameters
    A StringCollection object that specifies the parameters for the partition scheme

Notes

The OnlineIndexOperation and MaximumDegreeOfParallelism properties affect this method. The parent Table object needs to be refreshed by calling the Refresh method to reflect the latest state, because this will not be updated by this method automatically.

  • Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemple

How to: Create a Non-Clustered, Composite Index in Visual Basic .NET

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

Index Class
Index Members
Microsoft.SqlServer.Management.Smo Namespace

Autres ressources

Creating, Altering, and Removing Indexes
Index
DROP INDEX (Transact-SQL)