NamedSet Members
Include Protected Members
Include Inherited Members
Represents a named set for a given cube.
The NamedSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether two instances of NamedSet are equal. (Overrides Object.Equals(Object).) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | Returns a String that represents the current object. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality(NamedSet, NamedSet) | Determines whether two specified instances of NamedSet the same values. | |
Inequality(NamedSet, NamedSet) | Determines whether two specified instances of NamedSet have different values. |
Top
Properties
Name | Description | |
---|---|---|
Caption | ||
Description | Gets the description of the NamedSet. | |
DisplayFolder | ||
Expression | Gets the MDX set expression that defines the NamedSet. | |
Name | Gets the name of the NamedSet. | |
ParentCube | Gets a CubeDef that contains the NamedSet. | |
Properties | Gets a PropertyCollection that contains the properties associated with the NamedSet. |
Top