PipelineBuffer.RowCount 属性

定义

获取 PipelineBuffer 对象中的行数。

public:
 property int RowCount { int get(); };
public int RowCount { get; }
member this.RowCount : int
Public ReadOnly Property RowCount As Integer

属性值

PipelineBuffer 中的行数。

注解

RowCount 属性包含对象中的 PipelineBuffer 行数。

对象的 RowCount 始终为 OutputPipelineBuffer 零。

适用于