RowCount 属性

Gets the number of rows in the PipelineBuffer object.

命名空间:  Microsoft.SqlServer.Dts.Pipeline
程序集:  Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)

语法

声明
Public ReadOnly Property RowCount As Integer
    Get
用法
Dim instance As PipelineBuffer
Dim value As Integer

value = instance.RowCount
public int RowCount { get; }
public:
property int RowCount {
    int get ();
}
member RowCount : int
function get RowCount () : int

属性值

类型:System. . :: . .Int32
The number of rows in the PipelineBuffer.

注释

The RowCount property contains the number of rows in the PipelineBuffer object.

The RowCount is always zero for OutputPipelineBuffer objects.