Index.DropExistingIndex Property
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.
Whether to drop and rebuild the existing clustered or nonclustered index with modified column specifications and keep the same name for the index. The default is false.
public bool DropExistingIndex { get; set; }
member this.DropExistingIndex : bool with get, set
Public Property DropExistingIndex As Boolean