Compartir a través de


DacDeployOptions.RebuildIndexesOfflineForDataPhase Propiedad

Definición

Obtiene o establece un valor booleano que especifica si los índices se deben volver a generar sin conexión después de importar datos en 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

Valor de propiedad

True para volver a generar índices sin conexión después de importar datos. El valor predeterminado es False.

Atributos

Se aplica a