DacDeployOptions.DisableIndexesForDataPhase Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob Indizes vor dem Importieren von Daten in SQL Server deaktiviert werden sollen, oder legt diesen fest.

public bool DisableIndexesForDataPhase { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DisableIndexesForDataPhase")]
public bool DisableIndexesForDataPhase { get; set; }
member this.DisableIndexesForDataPhase : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DisableIndexesForDataPhase")>]
member this.DisableIndexesForDataPhase : bool with get, set
Public Property DisableIndexesForDataPhase As Boolean

Eigenschaftswert

False, um Indizes beim Importieren von Daten aktiviert zu lassen. Der Standardwert ist "true".

Attribute

Gilt für: