Share via


SqlDeploymentOptions.DropExtendedPropertiesNotInSource Property

Definition

Get boolean that specifies whether to drop all extended properties that do not exist in the source model.

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

Property Value

True to drop extended properties not in the source model; otherwise, false. Default is true.

Applies to