Relationship.SecurityFilteringBehavior Property

Definition

Indicates how relationships influence filtering of data when evaluating row-level security expressions. Possible values are as follows. 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. BothDirections (2): Filters on either end of the relationship will automatically filter the other table.

public Microsoft.AnalysisServices.Tabular.SecurityFilteringBehavior SecurityFilteringBehavior { get; set; }
member this.SecurityFilteringBehavior : Microsoft.AnalysisServices.Tabular.SecurityFilteringBehavior with get, set
Public Property SecurityFilteringBehavior As SecurityFilteringBehavior

Property Value

Applies to