Partilhar via


DacDeployOptions.AllowUnsafeRowLevelSecurityDataMovement Propriedade

Definição

Obter ou definir booliano que especifica se é necessário ignorar o movimento de dados de bloqueio em tabelas habilitadas para RLS

public bool AllowUnsafeRowLevelSecurityDataMovement { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AllowUnsafeRowLevelSecurityDataMovement")]
public bool AllowUnsafeRowLevelSecurityDataMovement { get; set; }
member this.AllowUnsafeRowLevelSecurityDataMovement : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "AllowUnsafeRowLevelSecurityDataMovement")>]
member this.AllowUnsafeRowLevelSecurityDataMovement : bool with get, set
Public Property AllowUnsafeRowLevelSecurityDataMovement As Boolean

Valor da propriedade

True para ignorar o bloqueio no movimento de dados quando a segurança em nível de linha está habilitada em uma tabela O padrão é falso, ou seja, o movimento de dados é bloqueado com RLS por padrão.

Atributos

Aplica-se a