RadarSoft.RadarCube.Web.MSAS Send comments on this topic.
TCubeMeasures Class
See Also  Members  
RadarSoft.RadarCube.Web Namespace : TCubeMeasures Class




Represents a collection of the Cube measures.

Object Model

TCubeMeasures ClassTCubeMeasures Class

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public Class TCubeMeasures 
   Inherits System.Collections.Generic.List(Of TCubeMeasure)
Visual Basic (Usage)Copy Code
Dim instance As TCubeMeasures
C# 
[DefaultMemberAttribute("Item")]
public class TCubeMeasures : System.Collections.Generic.List<TCubeMeasure> 
Managed Extensions for C++ 
[DefaultMemberAttribute("Item")]
public __gc class TCubeMeasures : public System.Collections.Generic.List<TCubeMeasure> 
C++/CLI 
[DefaultMemberAttribute("Item")]
public ref class TCubeMeasures : public System.Collections.Generic.List<TCubeMeasure> 

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      RadarSoft.RadarCube.Web.TCubeMeasures

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.