Поделиться через


DacDeployOptions.DropRoleMembersNotInSource Свойство

Определение

Возвращает или задает значение типа Boolean, указывающее, должны ли быть удалены все членства в роли, не существующие в модели источника.

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

Значение свойства

Значение true, чтобы удалять членства в ролях, не существующие в исходной модели; в противном случае — значение false. Значение по умолчанию — false.

Атрибуты

Применяется к