IDTSBuffer100.GetRowCount 메서드

Gets the number of rows stored in an IDTSBuffer100.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Function GetRowCount As UInteger
‘사용 방법
Dim instance As IDTSBuffer100 
Dim returnValue As UInteger 

returnValue = instance.GetRowCount()
uint GetRowCount()
unsigned int GetRowCount()
abstract GetRowCount : unit -> uint32
function GetRowCount() : uint

반환 값

유형: System.UInt32
An unsigned integer that contains the number of rows in the buffer.

주의

The GetRowCount method returns the number of rows contained in the buffer. If the buffer is an output buffer, which is one that is provided to the component by the PrimeOutput method, a Microsoft.SqlServer.Dts.HResults.DTS_E_BUFFERISPRIMEOUTPUT exception is thrown. This occurs because the IDTSBufferManager100 shuffles the rows in the full output buffer to downstream components in the graph, so there is no way to reliably report the number of rows in the output buffer.

참고 항목

참조

IDTSBuffer100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스