SecurityFilteringBehavior Enum

Definition

Indicates how relationships influence filtering of data when evaluating row-level security expressions. The enumeration defines the possible behaviors.

public enum SecurityFilteringBehavior
type SecurityFilteringBehavior = 
Public Enum SecurityFilteringBehavior
Inheritance
SecurityFilteringBehavior

Fields

BothDirections 2

Filters on either end of the relationship will automatically filter the other table.

None 3

No filtering will occur from either end of the relationship.

OneDirection 1

The rows selected in the 'To' end of the relationship will automatically filter scans of the table in the 'From' end of the relationship.

Applies to