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

屬性值

忽略敏感度分類;否則,則為錯誤。 預設值為 false。

屬性

備註

此選項僅適用於 SQL 2019 引入的 ADD SENSITIVITY CLASSIFICATION 語法所新增的敏感度分類。

適用於