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 の後にあります。 |