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.

Атрибуты

Применяется к