Index.DropAndMove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DropAndMove(String) |
Drops a clustered index and moves the underlying table data to the specified File Group. |
DropAndMove(String, StringCollection) |
Drops a clustered index and moves the underlying table data to the partition scheme with the parameters specified with partitionSchemeParameters. |
DropAndMove(String)
Drops a clustered index and moves the underlying table data to the specified File Group.
public void DropAndMove (string fileGroup);
member this.DropAndMove : string -> unit
Public Sub DropAndMove (fileGroup As String)
Parameters
- fileGroup
- String
Applies to
DropAndMove(String, StringCollection)
Drops a clustered index and moves the underlying table data to the partition scheme with the parameters specified with partitionSchemeParameters.
public void DropAndMove (string partitionScheme, System.Collections.Specialized.StringCollection partitionSchemeParameters);
member this.DropAndMove : string * System.Collections.Specialized.StringCollection -> unit
Public Sub DropAndMove (partitionScheme As String, partitionSchemeParameters As StringCollection)
Parameters
- partitionScheme
- String
- partitionSchemeParameters
- StringCollection