GroupByColumn 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.
An extension of the Column Object which holds a list of column upon which it is grouped by
public sealed class GroupByColumn : Microsoft.AnalysisServices.Tabular.MetadataObject
type GroupByColumn = class
inherit MetadataObject
Public NotInheritable Class GroupByColumn
Inherits MetadataObject
- Inheritance
Remarks
This metadata object is only supported at database compatibility level of 1400 or above for Pbi server.
Constructors
GroupByColumn() |
Create a new instance of the GroupByColumn class with default settings. |
Properties
GroupingColumn |
A reference to the column that is used as a grouping column. |
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. |
ObjectType |
Gets the type of the object. |
Parent |
Parent object, null for Model objects. |
RelatedColumnDetails |
A reference to the RelatedColumnDetails of a Column that is being grouped. |
Methods
Clone() |
Creates a new, full copy of a GroupByColumn object. |
CopyFrom(GroupByColumn) |
Obsolete.
Deprecated. Use CopyTo method instead. |
CopyTo(GroupByColumn) |
Copies a GroupByColumn object to the specified object. |
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) |