Relationship.CrossFilteringBehavior Property

Definition

Indicates how relationships influence filtering of data. The enumeration defines the possible behaviors. 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. Automatic (3) The engine will analyze the relationships and choose one of the behaviors by using heuristics.

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

Property Value

Applies to