この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Advances the reader to the next record in a result set.
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
構文
'宣言
Public Function Read As Boolean
'使用
Dim instance As BusinessLogicDataReader
Dim returnValue As Boolean
returnValue = instance.Read()
public bool Read()
public:
virtual bool Read() sealed
abstract Read : unit -> bool
override Read : unit -> bool
public final function Read() : boolean
戻り値
型: System.Boolean
true if there are more rows; otherwise false.