DbMaintenanceIndexStats.OptimizeIndex(Index, Boolean, Boolean) 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.
public void OptimizeIndex (Microsoft.SqlServer.Management.Smo.Index index, bool isRebuildOp, bool hasFillFactorChanged = false);
member this.OptimizeIndex : Microsoft.SqlServer.Management.Smo.Index * bool * bool -> unit
Public Sub OptimizeIndex (index As Index, isRebuildOp As Boolean, Optional hasFillFactorChanged As Boolean = false)
Parameters
- index
- Index
- isRebuildOp
- Boolean
- hasFillFactorChanged
- Boolean