Sdílet prostřednictvím


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
Public method Equals(Object) Determines whether two instances of NamedSet are equal. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method 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().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns a String that represents the current object. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality(NamedSet, NamedSet) Determines whether two specified instances of NamedSet the same values.
Public operatorStatic member Inequality(NamedSet, NamedSet) Determines whether two specified instances of NamedSet have different values.

Top

Properties

  Name Description
Public property Caption
Public property Description Gets the description of the NamedSet.
Public property DisplayFolder
Public property Expression Gets the MDX set expression that defines the NamedSet.
Public property Name Gets the name of the NamedSet.
Public property ParentCube Gets a CubeDef that contains the NamedSet.
Public property Properties Gets a PropertyCollection that contains the properties associated with the NamedSet.

Top