DacDeployOptions.DropPermissionsNotInSource Property

Definition

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

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

Property Value

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

Attributes

Applies to