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




The list of the Cube dimensions.

Syntax

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