DacDeployOptions.IncludeCompositeObjects 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 menyertakan elemen eksternal yang direferensikan yang juga menyusun model sumber lalu memperbarui database target dalam satu operasi penyebaran.
public bool IncludeCompositeObjects { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IncludeCompositeObjects")]
public bool IncludeCompositeObjects { get; set; }
member this.IncludeCompositeObjects : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IncludeCompositeObjects")>]
member this.IncludeCompositeObjects : bool with get, set
Public Property IncludeCompositeObjects As Boolean
Nilai Properti
True untuk menyertakan objek komposit; jika tidak, salah. Defaultnya adalah false.
- Atribut