PerspectiveMeasure Class

Definition

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

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

Constructors

PerspectiveMeasure()

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

Properties

Annotations

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

ExtendedProperties

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

IsRemoved

A Boolean specifying whether this object was removed from an object tree.

(Inherited from MetadataObject)
Measure

A reference to a Measure object associated with this PerspectiveMeasure.

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 Measure. 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 PerspectiveMeasure object.

Methods

Clone()

Creates a new, full copy of a PerspectiveMeasure object.

CopyFrom(PerspectiveMeasure)
Obsolete.

Deprecated. Use CopyTo method instead.

CopyTo(PerspectiveMeasure)

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