PerspectiveTable Class
Updated: May 24, 2016
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.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::PerspectiveTable
| Name | Description | |
|---|---|---|
![]() | PerspectiveTable() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection object of all annotations in the current PerspectiveTable. |
![]() | IncludeAll | Gets or sets a value that indicates whether to include all the objects. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets the time that the object was last modified. |
![]() | Name | Gets or sets the name of the object. (Overrides NamedMetadataObject::Name.) |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Parent | Gets or sets the parent object, null for Model objects. (Overrides MetadataObject::Parent.) |
![]() | Perspective | Gets or sets the perspective table object. |
![]() | 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. |
![]() | Table | Gets or sets the table for this property. |
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Returns a Validate object. (Inherited from MetadataObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

