共用方式為


DacImportOptions.DisableIndexesForDataPhase 屬性

定義

取得或設定布林值,指定是否應該在將資料匯入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

屬性值

False 表示在匯入資料時讓索引保持啟用狀態。 預設值為 true。

屬性

適用於