Compartir a través de


SqlDeploymentOptions.DropStatisticsNotInSource Property

Definition

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

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

Property Value

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

Applies to