Condividi tramite


DacDeployOptions.IgnoreSensitivityClassifications Proprietà

Definizione

Ottenere o impostare boolean che specifica se escludere le classificazioni di riservatezza dei dati sulle colonne durante il confronto tra il modello di origine e di destinazione.

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

Valore della proprietà

True per ignorare le classificazioni di riservatezza; in caso contrario, false. L'impostazione predefinita è false.

Attributi

Commenti

Questa opzione funziona solo per le classificazioni di riservatezza aggiunte con la sintassi ADD SENSITIVITY CLASSIFICATION introdotta in SQL 2019.

Si applica a