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


TimeBinding.CalendarStartDate Property

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

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

Синтаксис

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

/** @property */
public void set_CalendarStartDate (DateTime value)
public function get CalendarStartDate () : DateTime

public function set CalendarStartDate (value : DateTime)

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

The start 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