Relationship.JoinOnDateBehavior 属性

定义

在联接两个日期时间列时,指示是联接日期和时间部分还是仅联接日期部分。 DateAndTime (1):联接两个日期时间列时,同时联接日期和时间两部分。 DatePartOnly (2):联接两个日期时间列时,仅联接日期部分。

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

属性值

适用于