DacImportOptions.RebuildIndexesOfflineForDataPhase Свойство

Определение

Возвращает или задает логическое значение, указывающее, следует ли перестраивать индексы в автономном режиме после импорта данных в 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

Значение свойства

Значение true для перестроения индексов в автономном режиме после импорта данных. Значение по умолчанию — false.

Атрибуты

Применяется к