DacDeployOptions.DisableIndexesForDataPhase Property

Definition

Gets or set a boolean that specifies if indexes should be disabled before importing data into SQL Server.

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

Property Value

False to leave indexes enabled while importing data. Default is true.

Attributes

Applies to