PipelineBuffer.CurrentRow プロパティ

定義

PipelineBuffer での現在の行のインデックスを取得します。

public:
 property int CurrentRow { int get(); void set(int value); };
public int CurrentRow { get; set; }
member this.CurrentRow : int with get, set
Public Property CurrentRow As Integer

プロパティ値

PipelineBuffer での現在の行のインデックス。

注釈

PipelineBuffer メソッドを使用して RowIndexOutOfRangeException を最初の行に進める前に CurrentRow にアクセスすると、PipelineBufferNextRow を生成します。

適用対象