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

属性

適用対象