DacDeployOptions.IgnoreSensitivityClassifications Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un valore booleano che specifica se escludere le classificazioni di riservatezza dei dati nelle colonne durante il confronto del 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. Il valore predefinito è false.
- Attributi
Commenti
Questa opzione funziona solo per le classificazioni di riservatezza aggiunte con la sintassi ADD SENSITIVITY CLASSIFICATION introdotta in SQL 2019.