Compartir a través de


RowCount Propiedad

Gets the number of rows in the PipelineBuffer object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
Public ReadOnly Property RowCount As Integer
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Int32
The number of rows in the PipelineBuffer.

Notas

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

The RowCount is always zero for OutputPipelineBuffer objects.