Aracılığıyla paylaş


IDTSBuffer100.IsEndOfRowset Yöntemi

Belirtir olup olmadığını bir IDTSBuffer100 tamamladı, koleksiyon satırlar.

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

Sözdizimi

'Bildirim
Function IsEndOfRowset As Boolean
'Kullanım
Dim instance As IDTSBuffer100
Dim returnValue As Boolean

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

Dönüş Değeri

Tür: System.Boolean
doğru daha fazla satır ters yönde bileşenden; geliyor ise Aksi takdirde, yanlış.

Açıklamalar

IsEndOfRowset yöntem mi ters yönde bileşen ekleme satırları için bitirdi belirten bir değer döndürürkendi çıktı arabelleği.If the value is true, the component will not receive further calls to theProcessInput method.