DacExtractOptions.IgnoreExtendedProperties Свойство

Определение

Возвращает или задает значение типа Boolean, указывающее, будут ли игнорироваться расширенные свойства.

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

Значение свойства

Значение true, если расширенные свойства игнорируются. В противном случае - значение false. Значение по умолчанию — false.

Атрибуты

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