PipelineBuffer.RowCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 零。