DacDeployOptions.IgnoreSensitivityClassifications Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Dapatkan atau atur boolean yang menentukan apakah akan mengecualikan klasifikasi sensitivitas data pada kolom saat membandingkan model sumber dan target.
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
Nilai Properti
True untuk mengabaikan klasifikasi sensitivitas; jika tidak, salah. Defaultnya adalah false.
- Atribut
Keterangan
Opsi ini hanya berfungsi untuk klasifikasi sensitivitas yang ditambahkan dengan sintaks ADD SENSITIVITY CLASSIFICATION yang diperkenalkan dalam SQL 2019.