DacDeployOptions.RebuildIndexesOfflineForDataPhase Property

Definition

Gets or set a boolean that specifies if indexes should be rebuilt offline after importing data into SQL Server.

public bool RebuildIndexesOfflineForDataPhase { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "RebuildIndexesOfflineForDataPhase")]
public bool RebuildIndexesOfflineForDataPhase { get; set; }
member this.RebuildIndexesOfflineForDataPhase : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "RebuildIndexesOfflineForDataPhase")>]
member this.RebuildIndexesOfflineForDataPhase : bool with get, set
Public Property RebuildIndexesOfflineForDataPhase As Boolean

Property Value

True to rebuild indexes offline after importing data. Default is false.

Attributes

Applies to