CellCollection.Enumerator.Current プロパティ

CellCollection 内の現在の Cell を取得します。

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

構文

'宣言
Public ReadOnly Property Current As Cell 
    Get
'使用
Dim instance As CellCollection.Enumerator 
Dim value As Cell 

value = instance.Current
public Cell Current { get; }
public:
property Cell^ Current {
    Cell^ get ();
}
member Current : Cell
function get Current () : Cell

プロパティ値

型: Microsoft.AnalysisServices.AdomdClient.Cell
Enumerator がコレクションの末尾に達していない場合は、CellCollection 内にある Cell です。

例外

例外 条件
System.InvalidOperationException

Enumerator は現在、CellCollection 内の最初の Cell の前、または最後の Cell の後にあります。

説明

Enumerator を作成した後や Reset を実行した後は、Current の値を読み取る前に MoveNext を呼び出して、Enumerator をコレクションの先頭の要素に進めておく必要があります。そうしないと、Current は未定義となります。

関連項目

参照

CellCollection.Enumerator 構造体

Microsoft.AnalysisServices.AdomdClient 名前空間