Compartilhar via


Propriedade do RDL PipelineBuffer.RowCount

Gets the number of rows in the PipelineBuffer object.

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

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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

The RowCount is always zero for Output PipelineBuffer objects.

Consulte também

Referência

PipelineBuffer Classe

Namespace Microsoft.SqlServer.Dts.Pipeline