NamedSetSetting members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a setting for a named set from an OLAP data source.
The NamedSetSetting type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NamedSetSetting | Initializes a new instance of the NamedSetSetting class. |
Top
Properties
Name | Description | |
---|---|---|
Expression | Gets or sets the MDX statement for this named set. | |
IsCustomFormula | Gets or sets a Boolean value that indicates whether the named set uses a custom formula. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
CopyFrom | Copies from another object of the same type. | |
Diff | Compares this object with another object and returns the differences. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) | |
Validate | Validates this object. |
Top