Measure Class
Updated: May 24, 2016
Represents a value that is calculated based on an expression. It is a child of a Table object.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::Measure
| Name | Description | |
|---|---|---|
![]() | Measure() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection object of all annotations in the current Measure. |
![]() | DataType | Gets or sets the Auto Inferred data type of the measure. |
![]() | Description | Gets or sets the description of the Measure. |
![]() | DisplayFolder | Gets or sets the fully qualified name of the display folders. |
![]() | ErrorMessage | Gets or sets the error message. |
![]() | Expression | Gets or sets the Multidimensional Expressions (MDX) expression that is used to aggregate the Measure. |
![]() | FormatString | Gets or sets the FormatString information of the Measure, for use by clients. |
![]() | IsHidden | Gets or sets a value that indicates whether the measure is hidden. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | IsSimpleMeasure | Gets or sets a value that indicates whether the object is an implicit measure, i.e. a measure automatically created by client tools to aggregate a field? Client applications (may) hide measures which have this flag set. |
![]() | KPI | Gets or sets the KPI for the object. |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets or sets the modified date and time for this property. |
![]() | Name | Gets or sets the name of the Measure.(Overrides NamedMetadataObject::Name.) |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Parent | Gets the parent object, null for Model objects. (Overrides MetadataObject::Parent.) |
![]() | State | Gets or sets the state of the Measure. |
![]() | StructureModifiedTime | Gets or sets the modified time for the structure. |
![]() | Table | Gets an ID-based reference to a Table object. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a Measure object. |
![]() | CopyFrom(Measure^) | Obsolete. Deprecated. Use CopyTo method instead. |
![]() | CopyTo(Measure^) | Copies a Measure object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Rename(String^) | Obsolete. Deprecated. Use RequestRename method instead. |
![]() | RequestRename(String^) | Request rename of this object. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Returns a Validate object. (Inherited from MetadataObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

