Condividi tramite


DacImportOptions.DisableIndexesForDataPhase Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se gli indici devono essere disabilitati prima di importare i dati in 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

Valore della proprietà

False per lasciare abilitati gli indici durante l'importazione dei dati. Il valore predefinito è true.

Attributi

Si applica a