Compartir a través de


DacDeployOptions.DisableIndexesForDataPhase Propiedad

Definición

Obtiene o establece un valor booleano que especifica si los índices se deben deshabilitar antes de importar datos en 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

Valor de propiedad

False para dejar los índices habilitados al importar datos. El valor predeterminado es true.

Atributos

Se aplica a