DacExtractOptions.ExtractReferencedServerScopedElements 属性

定义

获取或设置一个布尔值,该值指定是否应提取由源引用的服务器范围元素。

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

属性值

如果要提取引用的服务器范围元素,则为 true;否则为 false。 默认值为 true。

属性

适用于