Поделиться через


Свойство PipelineBuffer.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 Output PipelineBuffer objects.

См. также

Справочник

PipelineBuffer Класс

Пространство имен Microsoft.SqlServer.Dts.Pipeline