DacDeployOptions.DropRoleMembersNotInSource Property

Definition

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

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

Property Value

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

Attributes

Applies to