DacDeployOptions.IgnoreSensitivityClassifications Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines werts vom Typ Boolean, der angibt, ob Beim Vergleichen des Quell- und Zielmodells Datenempfindlichkeitsklassifizierungen für Spalten ausgeschlossen werden sollen.

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". Die Standardeinstellung ist "false".

Attribute

Hinweise

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

Gilt für: