Freigeben über


DacDeployOptions.AllowUnsafeRowLevelSecurityDataMovement Eigenschaft

Definition

Abrufen oder Festlegen eines booleschen Werts, der angibt, ob blockierende Datenbewegungen in RLS-aktivierten Tabellen ignoriert werden sollen

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 für eine Tabelle aktiviert ist Standardwert ist false, d. h. Datenbewegung wird standardmäßig mit RLS blockiert.

Attribute

Gilt für: