共用方式為


DacDeployOptions.IncludeCompositeObjects 屬性

定義

取得或設定布林值,指定是否要包含也撰寫來源模型的參考、外部元素,然後在單一部署作業中更新目標資料庫。

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

屬性值

True 表示要包含複合式物件,否則為 false。 預設值為 false。

屬性

適用於