DacDeployOptions.IgnoreSensitivityClassifications プロパティ

定義

ソース モデルとターゲット モデルを比較するときに列のデータ秘密度分類を除外するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

秘密度の分類を無視する場合は True。それ以外の場合は false。 既定値は falseです。

属性

注釈

このオプションは、SQL 2019 で導入された ADD SENSITIVITY CLASSIFICATION 構文で追加された秘密度分類に対してのみ機能します。

適用対象