Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the start date of the calendar period for the TimeBinding object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property CalendarStartDate As DateTime
Get
Set
'Usage
Dim instance As TimeBinding
Dim value As DateTime
value = instance.CalendarStartDate
instance.CalendarStartDate = value
public DateTime CalendarStartDate { get; set; }
public:
property DateTime CalendarStartDate {
DateTime get ();
void set (DateTime value);
}
member CalendarStartDate : DateTime with get, set
function get CalendarStartDate () : DateTime
function set CalendarStartDate (value : DateTime)
Property Value
Type: System.DateTime
The start date.