Partager via


DacImportOptions.DisableIndexesForDataPhase Propriété

Définition

Obtient ou définit une valeur booléenne qui spécifie si les index doivent être désactivés avant d’importer des données dans SQL Server.

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

Valeur de propriété

False pour laisser les index activés lors de l’importation de données. La valeur par défaut est true.

Attributs

S’applique à