Sprache

DacDeployOptions.AllowUnsafeRowLevelSecurityDataMovement Eigenschaft

Definition

Abrufen oder Festlegen vom Typ Boolean, der angibt, ob die Blockierung von Datenbewegungen in aktivierten RLS-Tabellen ignoriert werden soll

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

Eigenschaftswert

True, um block on data motion zu ignorieren, wenn die Sicherheit auf Zeilenebene in einer Tabelle "Default" aktiviert ist, d. h. Die Datenbewegung wird standardmäßig mit RLS blockiert.

Attribute

Gilt für: