Compartir a través de


DacDeployOptions.AllowUnsafeRowLevelSecurityDataMovement Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se omitirá el bloqueo del movimiento de datos en las tablas 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 de propiedad

True para omitir el bloque en el movimiento de datos cuando la seguridad de nivel de fila está habilitada en una tabla El valor predeterminado es false; es decir, el movimiento de datos se bloquea con RLS de forma predeterminada.

Atributos

Se aplica a