SqlDeploymentOptions.IncludeCompositeObjects 属性

定义

获取一个布尔值,该值指定是否包括引用的外部元素,这些元素还构成源模型,然后在单个部署操作中更新目标数据库。

public bool IncludeCompositeObjects { get; }
member this.IncludeCompositeObjects : bool
Public ReadOnly Property IncludeCompositeObjects As Boolean

属性值

如果包含复合对象,则为 True;否则为 false。 默认值为 false。

适用于