DacDeployOptions.IgnoreExtendedProperties Property

Definition

Get or set boolean that specifies whether to exclude all extended properties from consideration when comparing the source and target model.

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

Property Value

True to ignore differences in extended properties; otherwise, false. Default is false.

Attributes

Applies to