PerspectiveHierarchy 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.
Includes a Hierarchy of a Table in the Perspective. It is a child of a PerspectiveTable object.
public sealed class PerspectiveHierarchy : Microsoft.AnalysisServices.Tabular.NamedMetadataObject
type PerspectiveHierarchy = class
inherit NamedMetadataObject
Public NotInheritable Class PerspectiveHierarchy
Inherits NamedMetadataObject
- Inheritance
Constructors
PerspectiveHierarchy() |
Create a new instance of the PerspectiveHierarchy class with default settings. |
Properties
Annotations |
Gets the collection object of all annotations in the current PerspectiveHierarchy. |
ExtendedProperties |
Gets the collection object of all extendedproperties in the current PerspectiveHierarchy. |
Hierarchy |
A reference to a Hierarchy object associated with this PerspectiveHierarchy. |
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 Hierarchy. 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 PerspectiveHierarchy object. |
Methods
Clone() |
Creates a new, full copy of a PerspectiveHierarchy object. |
CopyFrom(PerspectiveHierarchy) |
Obsolete.
Deprecated. Use CopyTo method instead. |
CopyTo(PerspectiveHierarchy) |
Copies a PerspectiveHierarchy 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) |