PerspectiveColumn Class

Definition

Includes a Column of a Table in the Perspective. It is a child of a PerspectiveTable object.

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

Constructors

PerspectiveColumn()

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

Properties

Annotations

Gets the collection object of all annotations in the current PerspectiveColumn.

Column

A reference to a Column object associated with this PerspectiveColumn object.

ExtendedProperties

Gets the collection object of all extendedproperties in the current PerspectiveColumn.

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.

Name

The Name of this object is derived from the referenced Column. Therefore, setting the Name property is not allowed on this object.

ObjectType

Gets the type of the object.

Parent

Parent object, null for Model objects.

PerspectiveTable

A reference to a PerspectiveTable object that owns this PerspectiveColumn object.

Methods

Clone()

Creates a new, full copy of a PerspectiveColumn object.

CopyFrom(PerspectiveColumn)
Obsolete.

Deprecated. Use CopyTo method instead.

CopyTo(PerspectiveColumn)

Copies a PerspectiveColumn 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