PerspectiveDimension 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.
Represents a primitive data type that represents the relationship between a cube dimension and a PerspectiveDimension.
[System.Runtime.InteropServices.Guid("C442A40A-EF2C-496e-AED9-24C865DF2738")]
public sealed class PerspectiveDimension : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("C442A40A-EF2C-496e-AED9-24C865DF2738")>]
type PerspectiveDimension = class
inherit ModelComponent
interface ICloneable
Public NotInheritable Class PerspectiveDimension
Inherits ModelComponent
Implements ICloneable
- Inheritance
- Attributes
- Implements
Constructors
PerspectiveDimension() |
Initializes a new instance of the PerspectiveDimension class using default values. |
PerspectiveDimension(String) |
Initializes a new instance of the PerspectiveDimension with the specified cube dimension. |
Properties
Annotations |
Gets a collection within which you can store custom data. (Inherited from ModelComponent) |
Attributes |
Gets the collection of attributes for the associated PerspectiveDimension. |
CubeDimension |
Gets the parent CubeDimension corresponding to the PerspectiveDimension. |
CubeDimensionID |
Gets or sets the CubeDimension element associated with the parent element. |
Dimension |
Gets the Dimension object corresponding to the PerspectiveDimension object. |
FriendlyName |
Gets the friendly name of the ModelComponent. (Inherited from ModelComponent) |
Hierarchies |
Gets the collection of perspective hierarchies for the associated PerspectiveDimension. |
KeyForCollection |
Gets the key used in collections. (Inherited from ModelComponent) |
OwningCollection |
Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent) |
Parent |
Gets the parent Perspective object of the PerspectiveDimension object. |
ParentCube |
Gets the parent Cube object of the PerspectiveDimension object. |
ParentDatabase |
Gets the parent Database object of the PerspectiveDimension object. |
ParentServer |
Gets the parent Server object of the PerspectiveDimension object. |
Methods
AddToContainer(IContainer) |
Adds the ModelComponent object to the specified container. (Inherited from ModelComponent) |
AfterInsert(Int32) |
Displays a ModelComponent object after added to the specified index. (Inherited from ModelComponent) |
AfterMove(Int32, Int32) |
Displays a ModelComponent object after moving to the specified index. (Inherited from ModelComponent) |
AfterRemove(ModelComponentCollection) |
Displays a ModelComponentCollection after a ModelComponent object is removed. (Inherited from ModelComponent) |
BeforeRemove(Boolean) |
Removes the ModelComponent object before the cleanup. (Inherited from ModelComponent) |
Clone() |
Returns a clone of the object. |
CopyTo(ModelComponent) |
Copies a ModelComponent object to the specified object. (Inherited from ModelComponent) |
CopyTo(PerspectiveDimension) |
Copies the content of this object to another object (the destination). |
RemoveFromContainer(IContainer) |
Removes the ModelComponent object from the specified container. (Inherited from ModelComponent) |
Reset() |
Resets the component to an initial state. (Inherited from ModelComponent) |
Submit() |
Submits a ModelComponent object. (Inherited from ModelComponent) |
Submit(Boolean) |
Submits a ModelComponent object. (Inherited from ModelComponent) |
ToString() |
Returns a string that represents the current object. (Inherited from ModelComponent) |
Validate(ValidationErrorCollection, Boolean, ServerEdition) |
Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors. |
Validate(ValidationErrorCollection, Boolean) |
Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Inherited from ModelComponent) |
Validate(ValidationErrorCollection) |
Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent) |
Explicit Interface Implementations
ICloneable.Clone() | |
IHostableComponent.Host | (Inherited from ModelComponent) |
IModelComponent.FriendlyPath | (Inherited from ModelComponent) |
IModelComponent.OwningCollection | (Inherited from ModelComponent) |