Measure Class

 

Updated: May 24, 2016

Represents a value that is calculated based on an expression. It is a child of a Table object.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)


public ref class Measure sealed : NamedMetadataObject

NameDescription
System_CAPS_pubmethodMeasure()

Constructor.

NameDescription
System_CAPS_pubpropertyAnnotations

Gets the collection object of all annotations in the current Measure.

System_CAPS_pubpropertyDataType

Gets or sets the Auto Inferred data type of the measure.

System_CAPS_pubpropertyDescription

Gets or sets the description of the Measure.

System_CAPS_pubpropertyDisplayFolder

Gets or sets the fully qualified name of the display folders.

System_CAPS_pubpropertyErrorMessage

Gets or sets the error message.

System_CAPS_pubpropertyExpression

Gets or sets the Multidimensional Expressions (MDX) expression that is used to aggregate the Measure.

System_CAPS_pubpropertyFormatString

Gets or sets the FormatString information of the Measure, for use by clients.

System_CAPS_pubpropertyIsHidden

Gets or sets a value that indicates whether the measure is hidden.

System_CAPS_pubpropertyIsRemoved

Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.)

System_CAPS_pubpropertyIsSimpleMeasure

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.

System_CAPS_pubpropertyKPI

Gets or sets the KPI for the object.

System_CAPS_pubpropertyModel

Gets the Tabular model of the object. (Inherited from MetadataObject.)

System_CAPS_pubpropertyModifiedTime

Gets or sets the modified date and time for this property.

System_CAPS_pubpropertyName

Gets or sets the name of the Measure.(Overrides NamedMetadataObject::Name.)

System_CAPS_pubpropertyObjectType

Gets the type of the object. (Overrides MetadataObject::ObjectType.)

System_CAPS_pubpropertyParent

Gets the parent object, null for Model objects. (Overrides MetadataObject::Parent.)

System_CAPS_pubpropertyState

Gets or sets the state of the Measure.

System_CAPS_pubpropertyStructureModifiedTime

Gets or sets the modified time for the structure.

System_CAPS_pubpropertyTable

Gets an ID-based reference to a Table object.

NameDescription
System_CAPS_pubmethodClone()

Creates a new, full copy of a Measure object.

System_CAPS_pubmethodCopyFrom(Measure^)

Obsolete. Deprecated. Use CopyTo method instead.

System_CAPS_pubmethodCopyTo(Measure^)

Copies a Measure object to the specified object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRename(String^)

Obsolete. Deprecated. Use RequestRename method instead.

System_CAPS_pubmethodRequestRename(String^)

Request rename of this object.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate()

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.

Return to top
Show: