Share via


NoNamespace.measure Field

Definition

Represents the measure XML attributes.

public static readonly System.Xml.Linq.XName measure;
 staticval mutable measure : System.Xml.Linq.XName
Public Shared ReadOnly measure As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: cacheHierarchy, dimension, calculatedMember.
  • corresponds to the following strongly-typed properties: CacheHierarchy.Measure, CalculatedMember.Measure, Dimension.Measure.

Applies to