共用方式為


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 語法所新增的敏感度分類。

適用於