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 네임스페이스