Class CalendarColumnGroup
- Inheritance
-
CalendarColumnGroup
- Implements
- Derived
- Inherited Members
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Defines a group of columns within a logical calendar as part of the DAX Time-Intelligence support.
public abstract class CalendarColumnGroup : TabularObject, ICustomTypeDescriptor, ITabularObject, INotifyPropertyChanged, IHandlerObject, INotifyPropertyChanging
- Extension Methods
Remarks
This metadata object is only supported when the compatibility level of the database is at 1701 or above.
Properties
Calendar
A reference to a Calendar object that owns this CalendarColumnGroup.
[Browsable(false)]
public Calendar Calendar { get; }
Property Value
Type | Description |
---|---|
Calendar |
Parent
The parent Calendar of the current Calendar Column Group.
public Calendar Parent { get; }
Property Value
Type | Description |
---|---|
Calendar |
Methods
Delete()
Deletes this column mapping from the calendar.
public override void Delete()