CellCollection クラス

Cell のコレクションを表します。

継承階層

System.Object
  Microsoft.AnalysisServices.AdomdClient.CellCollection

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public NotInheritable Class CellCollection _
    Implements ICollection, IEnumerable
'使用
Dim instance As CellCollection
public sealed class CellCollection : ICollection, 
    IEnumerable
public ref class CellCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
type CellCollection =  
    class 
        interface ICollection 
        interface IEnumerable 
    end
public final class CellCollection implements ICollection, IEnumerable

CellCollection 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count CellCollection に含まれる要素の数を取得します。
パブリック プロパティ IsSynchronized CellCollection へのアクセスが同期されるかどうか (スレッド セーフかどうか) を示す値を取得します。常に false を返します。
パブリック プロパティ Item[ICollection] 指定したインデックスのコレクションを使用して、コレクションから Cell を取得します。
パブリック プロパティ Item[Int32] 指定したインデックスにある Cell を取得します。
パブリック プロパティ Item[array<Int32[]] 指定したインデックスの配列を使用して、コレクションから Cell を取得します。
パブリック プロパティ Item[Int32, Int32] 2 次元インデックス スキームを使用して、Cell を取得します。
パブリック プロパティ SyncRoot CellCollection へのアクセスの同期に使用できるオブジェクトを取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド CopyTo 特定の配列インデックスを開始位置として、配列に CellCollection の要素をコピーします。
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetEnumerator CellCollection を反復処理する列挙子を返します。
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド ICollection.CopyTo 特定の配列インデックスを開始位置として、配列に CellCollection の要素をコピーします。
明示的なインターフェイスの実装プライベート メソッド IEnumerable.GetEnumerator CellCollection を反復処理する列挙子を返します。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.AnalysisServices.AdomdClient 名前空間