DacDeployOptions.RebuildIndexesOfflineForDataPhase Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines werts vom Typ Boolean, der angibt, ob Indizes offline nach dem Importieren von Daten in SQL Server neu erstellt werden sollen.

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

Eigenschaftswert

True, um Indizes offline nach dem Importieren von Daten neu zu erstellen. Die Standardeinstellung ist "false".

Attribute

Gilt für: