Partager via


DacImportOptions.RebuildIndexesOfflineForDataPhase Propriété

Définition

Obtient ou définit une valeur booléenne qui spécifie si les index doivent être reconstruits hors connexion après l’importation de données dans 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

Valeur de propriété

True pour reconstruire les index hors connexion après l’importation de données. La valeur par défaut est false.

Attributs

S’applique à