Share via


Index.DropAndMove Method

Include Protected Members
Include Inherited Members

Drops the index and re-creates the index in a specified filegroup.

Overload List

  Name Description
Public method DropAndMove(String) Drops a clustered index and moves the underlying table data to the specified filegroup.
Public method DropAndMove(String, StringCollection) Drops a clustered index and moves the underlying table data to the partition scheme with the specified with partition scheme parameters.

Top