CubeDimension Class
Represents the relationship between a dimension and a cube. This class cannot be inherited.
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.CubeDimension
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")> _
Public NotInheritable Class CubeDimension _
    Inherits NamedComponent _
    Implements ICloneable
'Usage
Dim instance As CubeDimension
[GuidAttribute("D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")]
public sealed class CubeDimension : NamedComponent, 
    ICloneable
[GuidAttribute(L"D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")]
public ref class CubeDimension sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")>]
type CubeDimension =  
    class
        inherit NamedComponent
        interface ICloneable
    end
public final class CubeDimension extends NamedComponent implements ICloneable
The CubeDimension type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | CubeDimension() | Initializes a new instance of the CubeDimension class using default values. | 
| .gif) | CubeDimension(String) | Initializes a new instance of CubeDimension using an identifier. | 
| .gif) | CubeDimension(String, String, String) | Initializes a new instance of CubeDimension using a name a dimension identifier and CubeDimension identifier. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AllMemberAggregationUsage | Gets or sets controls for how Aggregation Designer in Microsoft SQL Server 2005 Analysis Services (SSAS) designs aggregations. | 
| .gif) | Annotations | Gets a collection within which you can store custom data. (Inherited from ModelComponent.) | 
| .gif) | Attributes | Gets the collection of attributes associated with a CubeDimension object. | 
| .gif) | CanRaiseEvents | (Inherited from Component.) | 
| .gif) | Container | (Inherited from Component.) | 
| .gif) | Description | (Inherited from NamedComponent.) | 
| .gif) | DesignMode | (Inherited from Component.) | 
| .gif) | Dimension | Gets the Dimension associated with the CubeDimension object. | 
| .gif) | DimensionID | Gets or sets the dimension identifier associated with the CubeDimension object. | 
| .gif) | Events | (Inherited from Component.) | 
| .gif) | FriendlyName | (Inherited from NamedComponent.) | 
| .gif) | Hierarchies | Gets the hierarchies associated with a CubeDimension object. | 
| .gif) | HierarchyUniqueNameStyle | Gets or sets how unique names are generated for hierarchies that are contained within the CubeDimension. | 
| .gif) | ID | (Inherited from NamedComponent.) | 
| .gif) | KeyForCollection | (Inherited from NamedComponent.) | 
| .gif) | MemberUniqueNameStyle | Gets or sets how unique names are generated for members of hierarchies contained within the CubeDimension. | 
| .gif) | Name | (Inherited from NamedComponent.) | 
| .gif) | OwningCollection | Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.) | 
| .gif) | Parent | Gets the parent Cube of the CubeDimension object. | 
| .gif) | ParentDatabase | Gets the parent Database of the CubeDimension object. | 
| .gif) | ParentServer | Gets the parent Server of the CubeDimension object. | 
| .gif) | Site | (Inherited from NamedComponent.) | 
| .gif) | SiteID | (Inherited from NamedComponent.) | 
| .gif) | Translations | Gets the translations collection associated with a CubeDimension object. | 
| .gif) | Visible | Gets or sets the visibility property for a CubeDimension object. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddToContainer | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | AfterInsert | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | AfterMove | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | AfterRemove | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | BeforeRemove | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | Clone | Creates a new, full copy of an object. | 
| .gif) | CopyTo(CubeDimension) | Copies a CubeDimension object to the specified object. | 
| .gif) | CopyTo(ModelComponent) | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | CopyTo(NamedComponent) | (Inherited from NamedComponent.) | 
| .gif) | CreateObjRef | (Inherited from MarshalByRefObject.) | 
| .gif) | Dispose() | (Inherited from Component.) | 
| .gif) | Dispose(Boolean) | (Inherited from Component.) | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Component.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | GetService | (Inherited from Component.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | InitializeLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .gif) | RemoveFromContainer | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | Reset | (Inherited from NamedComponent.) | 
| .gif) | Submit() | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | Submit(Boolean) | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | ToString | (Inherited from NamedComponent.) | 
| .gif) | Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent.) | 
| .gif) | 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.) | 
| .gif) | Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Overrides NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ICloneable.Clone | |
| .gif) .gif) | IFormattable.ToString | (Inherited from NamedComponent.) | 
| .gif) .gif) | IHostableComponent.Host | (Inherited from ModelComponent.) | 
| .gif) .gif) | IModelComponent.FriendlyPath | (Inherited from ModelComponent.) | 
| .gif) .gif) | IModelComponent.OwningCollection | (Inherited from ModelComponent.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)