Linguaggio

DacDeployOptions.DropRoleMembersNotInSource Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se eliminare tutte le appartenenze ai 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 nel modello di origine; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a