Condividi tramite


DacDeployOptions.DropRoleMembersNotInSource Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se eliminare tutte le appartenenze a ruoli che non esistono nel modello di origine.

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

Valore della proprietà

True per eliminare le appartenenze ai ruoli non incluse nel modello di origine, altrimenti false. L'impostazione predefinita è false.

Attributi

Si applica a