言語

DacExportOptions.IgnoreIndexesStatisticsOnEnclaveEnabledColumns プロパティ

定義

実際のデプロイ アクションで Indexes/Statistics を削除するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

True を指定すると、デプロイ前に統計またはインデックスの削除を実行できます。それ以外の場合は false。 既定値は falseです。

属性

適用対象