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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)
.gif)