다음을 통해 공유


TimeBinding.CalendarEndDate 속성

Gets or sets the end date of the calendar period for a TimeBinding object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property CalendarEndDate As DateTime 
    Get 
    Set
‘사용 방법
Dim instance As TimeBinding 
Dim value As DateTime 

value = instance.CalendarEndDate

instance.CalendarEndDate = value
public DateTime CalendarEndDate { get; set; }
public:
property DateTime CalendarEndDate {
    DateTime get ();
    void set (DateTime value);
}
member CalendarEndDate : DateTime with get, set
function get CalendarEndDate () : DateTime 
function set CalendarEndDate (value : DateTime)

속성 값

유형: System.DateTime
The end date.

참고 항목

참조

TimeBinding 클래스

Microsoft.AnalysisServices 네임스페이스