BusinessLogicDataReader.Read 方法

此 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.

实现

IDataReader.Read()

请参阅

参考

BusinessLogicDataReader 类

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间