DacDeployOptions.IncludeCompositeObjects Property

Definition

Get or set 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; 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

Property Value

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

Attributes

Applies to