CubeDimension Members
Include Protected Members
Include Inherited Members
Represents the relationship between a dimension and a cube. This class cannot be inherited.
The CubeDimension type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CubeDimension() | Initializes a new instance of the CubeDimension class using default values. | |
CubeDimension(String) | Initializes a new instance of CubeDimension using an identifier. | |
CubeDimension(String, String, String) | Initializes a new instance of CubeDimension using a name a dimension identifier and CubeDimension identifier. |
Top
Methods
Name | Description | |
---|---|---|
AddToContainer(IContainer) | Infrastructure. (Inherited from ModelComponent.) | |
AfterInsert(Int32) | Infrastructure. (Inherited from ModelComponent.) | |
AfterMove(Int32, Int32) | Infrastructure. (Inherited from ModelComponent.) | |
AfterRemove(ModelComponentCollection) | Infrastructure. (Inherited from ModelComponent.) | |
BeforeRemove(Boolean) | Infrastructure. (Inherited from ModelComponent.) | |
Clone() | Creates a new, full copy of an object. | |
CopyTo(CubeDimension) | Copies a CubeDimension object to the specified object. | |
CopyTo(ModelComponent) | Infrastructure. (Inherited from ModelComponent.) | |
CopyTo(NamedComponent) | (Inherited from NamedComponent.) | |
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Component.) | |
GetHashCode() | (Inherited from Object.) | |
GetLifetimeService() | (Inherited from MarshalByRefObject.) | |
GetService(Type) | (Inherited from Component.) | |
GetType() | (Inherited from Object.) | |
InitializeLifetimeService() | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
RemoveFromContainer(IContainer) | Infrastructure. (Inherited from ModelComponent.) | |
Reset() | (Inherited from NamedComponent.) | |
Submit() | Infrastructure. (Inherited from ModelComponent.) | |
Submit(Boolean) | Infrastructure. (Inherited from ModelComponent.) | |
ToString() | (Inherited from NamedComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent.) | |
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, Boolean, ServerEdition) | (Overrides NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Top
Properties
Name | Description | |
---|---|---|
AllMemberAggregationUsage | Gets or sets controls for how Aggregation Designer in Microsoft SQL Server 2005 Analysis Services (SSAS) designs aggregations. | |
Annotations | Gets a collection within which you can store custom data. (Inherited from ModelComponent.) | |
Attributes | Gets the collection of attributes associated with a CubeDimension object. | |
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
Description | (Inherited from NamedComponent.) | |
DesignMode | (Inherited from Component.) | |
Dimension | Gets the Dimension associated with the CubeDimension object. | |
DimensionID | Gets or sets the dimension identifier associated with the CubeDimension object. | |
Events | (Inherited from Component.) | |
FriendlyName | (Inherited from NamedComponent.) | |
Hierarchies | Gets the hierarchies associated with a CubeDimension object. | |
HierarchyUniqueNameStyle | Gets or sets how unique names are generated for hierarchies that are contained within the CubeDimension. | |
ID | (Inherited from NamedComponent.) | |
KeyForCollection | (Inherited from NamedComponent.) | |
MemberUniqueNameStyle | Gets or sets how unique names are generated for members of hierarchies contained within the CubeDimension. | |
Name | (Inherited from NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.) | |
Parent | Gets the parent Cube of the CubeDimension object. | |
ParentDatabase | Gets the parent Database of the CubeDimension object. | |
ParentServer | Gets the parent Server of the CubeDimension object. | |
Site | (Inherited from NamedComponent.) | |
SiteID | (Inherited from NamedComponent.) | |
Translations | Gets the translations collection associated with a CubeDimension object. | |
Visible | Gets or sets the visibility property for a CubeDimension object. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone() | ||
IFormattable.ToString(String, IFormatProvider) | (Inherited from NamedComponent.) | |
IHostableComponent.Host | (Inherited from ModelComponent.) | |
IModelComponent.FriendlyPath | (Inherited from ModelComponent.) | |
IModelComponent.OwningCollection | (Inherited from ModelComponent.) |
Top