Aracılığıyla paylaş


PipelineBuffer.RowCount Özelliği

Satır sayısını alır PipelineBuffer nesne.

Ad Alanı:  Microsoft.SqlServer.Dts.Pipeline
Derleme:  Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property RowCount As Integer
    Get
'Kullanım
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

Özellik Değeri

Tür: System.Int32
Satýr sayýsýný PipelineBuffer.

Açıklamalar

RowCount özellik içeren satır sayısı PipelineBuffer nesne.

The RowCount is always zero for OutputPipelineBuffer objects.