다음을 통해 공유


IsEndOfRowset 메서드

Specifies whether an IDTSBuffer100 has reached the end of its collection of rows.

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

구문

‘선언
Function IsEndOfRowset As Boolean
‘사용 방법
Dim instance As IDTSBuffer100
Dim returnValue As Boolean

returnValue = instance.IsEndOfRowset()
bool IsEndOfRowset()
bool IsEndOfRowset()
abstract IsEndOfRowset : unit -> bool 
function IsEndOfRowset() : boolean

반환 값

유형: System. . :: . .Boolean
true if there are more rows coming from the upstream component; otherwise, false.

주의

The IsEndOfRowset method returns a value that indicates whether the upstream component has finished adding rows to its output buffer. If the value is true, the component will not receive further calls to theProcessInput method.