DacDeployOptions.DropPermissionsNotInSource Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob alle Berechtigungen, die nicht im Quellmodell vorhanden sind, gelöscht werden sollen, oder legt ihn fest.

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

Eigenschaftswert

True, wenn nicht im Quellmodell enthaltene Berechtigungen gelöscht werden sollen, andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: