Proprietà CalendarEndDate
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
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .DateTime
The end date.