Index.DropExistingIndex Property

Definition

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

Property Value

Applies to