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。

属性

适用于