Поделиться через


TimeBinding.CalendarEndDate Property

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

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
Public Property CalendarEndDate As DateTime
public DateTime CalendarEndDate { get; set; }
public:
property DateTime CalendarEndDate {
    DateTime get ();
    void set (DateTime value);
}
/** @property */
public DateTime get_CalendarEndDate ()

/** @property */
public void set_CalendarEndDate (DateTime value)
public function get CalendarEndDate () : DateTime

public function set CalendarEndDate (value : DateTime)

Значение свойства

The end date.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

TimeBinding Class
TimeBinding Members
Microsoft.AnalysisServices Namespace