Class Dimension
Represents a dimension within the cube.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Olap.Data
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class Dimension : IDisposable
Remarks
A dimension is created in UpdateDimension method of AdomdProvider, while browsing the current cube in the current connection.
Constructors
Dimension()
Initializes a new instance of the Dimension class.
Declaration
public Dimension()
Properties
Caption
Gets or sets the caption of the dimension.
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The caption of the dimension. |
DefaultHierarchyName
Gets or sets the default name of the hierarchy.
Declaration
public string DefaultHierarchyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default name of the hierarchy type of string. |
Description
Gets or sets the description of the dimension.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description of the dimension. |
DimensionType
Gets or sets the type of the dimension.
Declaration
public DimensionTypeEnum DimensionType { get; set; }
Property Value
Type | Description |
---|---|
DimensionTypeEnum | The type of the dimension. |
Hierarchies
Gets or sets the collection of hierarchies.
Declaration
public HierarchyCollection Hierarchies { get; set; }
Property Value
Type | Description |
---|---|
HierarchyCollection | The collection of hierarchies. |
Name
Gets or sets the name of the dimension.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the dimension. |
ParentCubeSchema
Gets or sets the parent cube schema.
Declaration
public CubeSchema ParentCubeSchema { get; set; }
Property Value
Type | Description |
---|---|
CubeSchema | The parent cube schema. |
Properties
Gets or sets the collection of properties.
Declaration
public PropertyCollection Properties { get; }
Property Value
Type | Description |
---|---|
PropertyCollection | Gets the collection of properties. |
UniqueName
Gets or sets the unique name of the dimension.
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Unique name of the Dimension |
Visible
Gets or sets a value indicating whether this Dimension is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents the current System.Object. |