Class DrillDownLevel
Represents the information needed for drill down level.
Inheritance
System.Object
DrillDownLevel
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.MDXQueryParser
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class DrillDownLevel : IKeyword
Constructors
DrillDownLevel()
Declaration
public DrillDownLevel()
Properties
MemberName
Gets or sets the name of the member.
Declaration
public IMember MemberName { get; set; }
Property Value
Type | Description |
---|---|
IMember | The name of the member. |
Name
Gets or sets the name of the drill down level.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the drill down level. |
Methods
Validate()
Validates this instance.
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean | A value that indicates whether this instance is valid. |