DacExtractOptions.ExtractReferencedServerScopedElements Property

Definition

Get or set boolean that specifies whether server-scoped elements referenced by the source should be extracted.

public bool ExtractReferencedServerScopedElements { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ExtractReferencedServerScopedElements")]
public bool ExtractReferencedServerScopedElements { get; set; }
member this.ExtractReferencedServerScopedElements : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "ExtractReferencedServerScopedElements")>]
member this.ExtractReferencedServerScopedElements : bool with get, set
Public Property ExtractReferencedServerScopedElements As Boolean

Property Value

True if references server-scoped elements should be extracted; otherwise false. Default value is true.

Attributes

Applies to