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