Share via


SqlDeploymentOptions.DropPermissionsNotInSource Property

Definition

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

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

Property Value

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

Applies to