Partilhar via


DacExtractOptions.IgnoreExtendedProperties Propriedade

Definição

Obtenha ou defina o booliano que especifica se as propriedades estendidas devem ser ignoradas.

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

Valor da propriedade

True para que propriedades estendidas sejam ignoradas; caso contrário, false. O valor padrão é false.

Atributos

Aplica-se a