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

설명

PipelineBufferRowIndexOutOfRangeExceptionCurrentRow 메서드를 사용하여 NextRow 첫 번째 행으로 진행 PipelineBuffer 하기 전에 만약 가 접근된다.

적용 대상