Share via


SqlDeploymentOptions.IgnoreExtendedProperties Property

Definition

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

public bool IgnoreExtendedProperties { get; }
member this.IgnoreExtendedProperties : bool
Public ReadOnly Property IgnoreExtendedProperties As Boolean

Property Value

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

Applies to