バージョン

OlapElementCollection<T> クラス

読み取り専用の、OLAP 要素のインデックス付きコレクションが格納されます。
シンタックス
'宣言
 
Public Class OlapElementCollection(Of T As {Class, IOlapElement}) 
   Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of T)
public class OlapElementCollection<T> : System.Collections.ObjectModel.ReadOnlyCollection<T> 
where T: class, IOlapElement
型パラメータ
T
汎用パラメーターは、タイプが IOlapElement のクラスである必要があります。
参照