Class NamedSet
Represents a Named Set within a cube.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Olap.Data
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class NamedSet : IDisposable
Constructors
NamedSet()
Initializes a new instance of the NamedSet class.
Declaration
public NamedSet()
Properties
Caption
Gets or sets the caption of the named set object.
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The caption of the named set object. |
Description
Gets or sets the description of the named set object.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description of the named set object. |
DisplayFolder
Gets or sets the name of the display folder.
Declaration
public string DisplayFolder { get; set; }
Property Value
Type |
---|
System.String |
Expression
Gets or sets the expression.
Declaration
public string Expression { get; set; }
Property Value
Type | Description |
---|---|
System.String | The expression. |
Name
Gets or sets the name of the named set object.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the named set object. |
ParentCubeSchema
Gets or sets the parent cube schema.
Declaration
public CubeSchema ParentCubeSchema { get; set; }
Property Value
Type | Description |
---|---|
CubeSchema | The parent cube schema. |
ParentDimensionName
Gets or sets the name of the parent dimension.
Declaration
public string ParentDimensionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the parent dimension. |
ParentHierarchyName
Gets or sets the name of the parent hierarchy.
Declaration
public string ParentHierarchyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the parent hierarchy. |
Properties
Gets or sets the collection of properties.
Declaration
public PropertyCollection Properties { get; }
Property Value
Type | Description |
---|---|
PropertyCollection | The collection of properties. |
UniqueName
Gets the unique name of the named set object.
Declaration
public string UniqueName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unique name of the named set object. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()