PerspectiveTable Class

Definition

Includes a Table into the Perspective. It is a child of a Perspective object. The PerspectiveColumns, PerspectiveMeasures, and PerspectiveHierarchies child objects allow customizing which parts of the Table are visible in the Perspective.

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

Constructors

PerspectiveTable()

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

Properties

Annotations

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

ExtendedProperties

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

IncludeAll

A boolean value that indicates whether all Column, Hierarchy, and Measure objects in the Table object are automatically included into the perspective, If true, the objects are automatically included; otherwise, the PerspectiveColumn, PerspectiveHierarchy and PerspectiveMeasure objects need to be explicitly added to the PerspectiveTable object.

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 Table. 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.

Perspective

A reference to a Perspective object that owns this PerspectiveTable.

PerspectiveColumns

Gets the collection object of all perspectivecolumns in the current PerspectiveTable.

PerspectiveHierarchies

Gets the collection object of all perspectivehierarchies in the current PerspectiveTable.

PerspectiveMeasures

Gets the collection object of all perspectivemeasures in the current PerspectiveTable.

PerspectiveSets

Gets the collection object of all perspectivesets in the current PerspectiveTable.

Table

A reference to a Table object associated with this PerspectiveTable.

Methods

Clone()

Creates a new, full copy of a PerspectiveTable object.

CopyFrom(PerspectiveTable)
Obsolete.

Deprecated. Use CopyTo method instead.

CopyTo(PerspectiveTable)

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