Condividi tramite


TimeBinding.CalendarEndDate Property

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

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

The end date.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

TimeBinding Class
TimeBinding Members
Microsoft.AnalysisServices Namespace