次の方法で共有


DacImportOptions.RebuildIndexesOfflineForDataPhase プロパティ

定義

データをSQL Serverにインポートした後にインデックスをオフラインで再構築するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

True を指定すると、データのインポート後にオフラインでインデックスを再構築できます。 既定値は false です。

属性

適用対象