DacImportOptions.DisableIndexesForDataPhase 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.
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