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




Maintains the collection of indexes available for the table.

Object Model

TDataIndexCollection ClassTDataIndexCollection Class

Syntax

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

Inheritance Hierarchy

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

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.