PerspectiveSet Class

Definition

PerspectiveSet object.

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

Remarks

This metadata object is only supported at database compatibility level of 1400 or above for Pbi server.

Constructors

PerspectiveSet()

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

Properties

Annotations

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

ExtendedProperties

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

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

Set

A reference to a Set object associated with this PerspectiveSet object.

Methods

Clone()

Creates a new, full copy of a PerspectiveSet object.

CopyFrom(PerspectiveSet)
Obsolete.

Deprecated. Use CopyTo method instead.

CopyTo(PerspectiveSet)

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