Condividi tramite


DacImportOptions.RebuildIndexesOfflineForDataPhase Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se gli indici devono essere ricompilati offline dopo l'importazione di dati in 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

Valore della proprietà

True per ricompilare gli indici offline dopo l'importazione dei dati. L'impostazione predefinita è false.

Attributi

Si applica a