DacDeployOptions.IgnoreSensitivityClassifications 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置布尔值,该值指定在比较源模型和目标模型时是否对列排除数据敏感度分类。
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 语法添加的敏感度分类。