次の方法で共有


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 です。

属性

適用対象