Index.DropAndMove Method
Include Protected Members
Include Inherited Members
Drops the index and re-creates the index in a specified filegroup.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DropAndMove(String) | Drops a clustered index and moves the underlying table data to the specified filegroup. | |
DropAndMove(String, StringCollection) | Drops a clustered index and moves the underlying table data to the partition scheme with the specified partition scheme parameters. |
Top