Compartir a través de


DacDeployOptions.DropStatisticsNotInSource Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se van a quitar todas las pertenencias a roles que no existen en el modelo de origen.

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

Valor de propiedad

Es true para quitar las pertenencias a roles que no están en el modelo de origen; de lo contrario, es false. El valor predeterminado es False.

Atributos

Se aplica a