RadarSoft.RadarCube.Web.MSAS Send comments on this topic.
Measures Property
See Also 
RadarSoft.RadarCube.Web Namespace > TOLAPCube Class : Measures Property




The list of the Cube measures.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The list of measures the cube owns.")>
<BrowsableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Overrides ReadOnly Property Measures As TCubeMeasures
Visual Basic (Usage)Copy Code
Dim instance As TOLAPCube
Dim value As TCubeMeasures
 
value = instance.Measures
C# 
[DescriptionAttribute("The list of measures the cube owns.")]
[BrowsableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public override TCubeMeasures Measures {get;}
Managed Extensions for C++ 
[DescriptionAttribute("The list of measures the cube owns.")]
[BrowsableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property TCubeMeasures* get_Measures() override;
C++/CLI 
[DescriptionAttribute("The list of measures the cube owns.")]
[BrowsableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property TCubeMeasures^ Measures {
   TCubeMeasures^ get() override;
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010 Radar-Soft, L.L.C. All Rights Reserved.