Measure Members
Represents a measure within a cube or measure group.
The following tables list the members exposed by the Measure type.
Public Properties
Name | Description | |
---|---|---|
Caption | Gets the caption of the Measure. | |
Description | Gets the description of the Measure. | |
DisplayFolder | This member is reserved for future use. | |
Expression | Gets the MDX expression that is used to aggregate the Measure. | |
Name | Overridden. Gets the name of the Measure. | |
NumericPrecision | Gets the numeric precision value for the Measure. | |
NumericScale | Gets the numeric scale for the Measure. | |
ParentCube | Gets a CubeDef that contains the Measure. | |
Properties | Gets a AdomdPropertyCollection that contains the properties associated with the Measure. | |
UniqueName | Overridden. Gets the unique name of the Measure. | |
Units | Gets a description of the unit of measure for the Measure. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
{dtor} | Releases all resources used by the Measure. | |
Dispose | Releases all resources used by the Measure. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
Measure Class
Microsoft.AnalysisServices.AdomdServer Namespace