Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the end date of the calendar period for a TimeBinding object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property CalendarEndDate As DateTime
Get
Set
'Usage
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)
Property Value
Type: System.DateTime
The end date.