PipelineBuffer.ColumnCount 属性

定义

获取 PipelineBuffer 的列数。

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

属性值

PipelineBuffer 的列数。

注解

大多数情况下,组件 PipelineBuffer 输入或输出中的列数都多于列。 因此,开发人员不应使用集合中的索引在缓冲区行中找到列。 相反, FindColumnByLineageID 应调用该方法 BufferManager ,该方法返回缓冲区行中的输入或输出列的位置。 从此函数返回的此值包含缓冲区中列的位置。

适用于