DateTimeRelationshipBehavior Enumeration

 

Updated: May 24, 2016

When joining two date time columns, indicates whether to join on date and time parts or on date part only.

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

public enum class DateTimeRelationshipBehavior

Member nameDescription
DateAndTime

When joining two date time columns, join on both the date and time parts.

DatePartOnly

When joining two date time columns, join on date part only.

Return to top
Show: