PipelineBuffer.RowCount Property

 

Applies To: SQL Server 2016 Preview

Gets the number of rows in the PipelineBuffer object.

Namespace:   Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

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

Property Value

Type: System.Int32

The number of rows in the PipelineBuffer.

Remarks

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

The RowCount is always zero for OutputPipelineBuffer objects.

See Also

PipelineBuffer Class
Microsoft.SqlServer.Dts.Pipeline Namespace

Return to top