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 语法添加的敏感度分类。

适用于