Condividi tramite


DacExtractOptions.IgnoreExtendedProperties Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se le proprietà estese devono essere ignorate.

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

Valore della proprietà

True se le proprietà estese verranno ignorate; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a