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


DacDeployOptions.DropPermissionsNotInSource Свойство

Определение

Возвращает или задает логическое значение, указывающее, должны ли удаляться все разрешения, которые не существуют в исходной модели.

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

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

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

Атрибуты

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