RowCount 속성

Gets the number of rows in the PipelineBuffer object.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost.dll의 Microsoft.SqlServer.PipelineHost

구문

‘선언
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 OutputPipelineBuffer objects.