Compartir a través de


SqlDeploymentOptions.IncludeCompositeObjects Property

Definition

Get boolean that specifies whether to include referenced, external elements that also compose the source model and then update the target database in a single deployment operation.

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

Property Value

True to include composite objects; otherwise, false. Default is false.

Applies to