Partager via


DacDeployOptions.DropPermissionsNotInSource Propriété

Définition

Obtient ou définit la valeur booléenne qui spécifie s'il faut supprimer toutes les autorisations qui n'existent pas dans le modèle source.

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

Valeur de propriété

True pour supprimer les autorisations qui n'existent pas dans le modèle source ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à