Perspective Class
SQL Server 2005
The Perspective class represents a perspective, which contains elements of a cube. Perspectives control the scope of a cube exposed to users to allow different types of users to see a different view of a cube. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
[XmlRootAttribute(Namespace="http://schemas.microsoft.com/analysisservices/2003/engine")] [GuidAttribute("22139520-9191-4a87-81AB-6A1035DB969B")] public sealed class Perspective : MajorObject, IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable
/** @attribute XmlRootAttribute(Namespace="http://schemas.microsoft.com/analysisservices/2003/engine") */
/** @attribute GuidAttribute("22139520-9191-4a87-81AB-6A1035DB969B") */
public final class Perspective extends MajorObject implements IMajorObject, INamedComponent,
IModelComponent, IComponent, IDisposable, ICloneable
XmlRootAttribute(Namespace="http://schemas.microsoft.com/analysisservices/2003/engine") GuidAttribute("22139520-9191-4a87-81AB-6A1035DB969B") public final class Perspective extends MajorObject implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
