TimeRelatedColumnGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a group of columns that are related to time information.
public class TimeRelatedColumnGroup : Microsoft.AnalysisServices.Tabular.CalendarColumnGroup
type TimeRelatedColumnGroup = class
inherit CalendarColumnGroup
Public Class TimeRelatedColumnGroup
Inherits CalendarColumnGroup
- Inheritance
Remarks
This metadata object is only supported when the compatibility level of the database is at 1701 or above.
Constructors
TimeRelatedColumnGroup() |
Create a new instance of the TimeRelatedColumnGroup class with default settings. |
Properties
Calendar |
A reference to a Calendar object that owns this CalendarColumnGroup. (Inherited from CalendarColumnGroup) |
Columns |
Gets the collection of columns in the group. |
IsRemoved |
A Boolean specifying whether this object was removed from an object tree. (Inherited from MetadataObject) |
Model |
Gets the Tabular model that contains this object. (Inherited from MetadataObject) |
ModifiedTime |
The time that the object was last modified. (Inherited from CalendarColumnGroup) |
ObjectType |
Gets the type of object. (Inherited from MetadataObject) |
Parent |
Gets the parent of the current MetadataObject. (Inherited from MetadataObject) |
Methods
Clone() |
Creates a new, full copy of a CalendarColumnGroup object. (Inherited from CalendarColumnGroup) |
CopyFrom(CalendarColumnGroup) |
Obsolete.
Deprecated. Use CopyTo method instead. (Inherited from CalendarColumnGroup) |
CopyTo(CalendarColumnGroup) |
Copies a CalendarColumnGroup object to the specified object. (Inherited from CalendarColumnGroup) |
Validate() |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from MetadataObject) |