SecurityFilteringBehavior Enumeration

 

Updated: May 24, 2016

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

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

public enum class SecurityFilteringBehavior

Member nameDescription
BothDirections

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

OneDirection

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

Return to top
Show: