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。

属性

适用于