RelatedColumnDetails Class

Definition

An extension of the Column Object which holds a list of column upon which it is grouped by

public sealed class RelatedColumnDetails : Microsoft.AnalysisServices.Tabular.MetadataObject
type RelatedColumnDetails = class
    inherit MetadataObject
Public NotInheritable Class RelatedColumnDetails
Inherits MetadataObject
Inheritance
RelatedColumnDetails

Remarks

This metadata object is only supported at database compatibility level of 1400 or above for Pbi server.

Constructors

RelatedColumnDetails()

Create a new instance of the RelatedColumnDetails class with default settings.

Properties

Column

Parent Column of this object

GroupByColumns

Gets the collection object of all groupbycolumns in the current RelatedColumnDetails.

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.

Methods

Clone()

Creates a new, full copy of a RelatedColumnDetails object.

CopyFrom(RelatedColumnDetails)
Obsolete.

Deprecated. Use CopyTo method instead.

CopyTo(RelatedColumnDetails)

Copies a RelatedColumnDetails 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)

Applies to