Freigeben über


DacDeployOptions.IgnoreSensitivityClassifications Eigenschaft

Definition

Abrufen oder Festlegen eines booleschen Werts, der angibt, ob Beim Vergleichen des Quell- und Zielmodells Datensensibilitätsklassifizierungen für Spalten ausgeschlossen werden sollen, oder legen Sie diesen fest.

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

Eigenschaftswert

True, um Vertraulichkeitsklassifizierungen zu ignorieren; andernfalls false. Der Standardwert ist "false".

Attribute

Hinweise

Diese Option funktioniert nur für Vertraulichkeitsklassifizierungen, die mit der in SQL 2019 eingeführten ADD SENSITIVITY CLASSIFICATION-Syntax hinzugefügt wurden.

Gilt für: