IDTSBuffer100.IsEndOfRowset メソッド
IDTSBuffer100 が行のコレクションの末尾に達したかどうかを示します。
名前空間: 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、それ以外の場合は false です。
説明
IsEndOfRowset メソッドは、上流コンポーネントが出力バッファーへの行の追加を完了したかどうかを示す値を返します。 値が true の場合、コンポーネントはそれ以上 ProcessInput メソッドの呼び出しを受け取りません。