DacDeployOptions.AllowUnsafeRowLevelSecurityDataMovement Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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