DacExtractOptions.IgnoreExtendedProperties Property

Definition

Get or set boolean that specifies whether extended properties should be ignored.

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

Property Value

True if extended properties will be ignored; otherwise false. Default value is false.

Attributes

Applies to