Relationship.JoinOnDateBehavior Property

Definition

When joining two date time columns, indicates whether to join on date and time parts, or on date part only. DateAndTime (1) When joining two date time columns, join on date and time parts. DatePartOnly (2) When joining two date time columns, join on date part only.

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

Property Value

Applies to