Freigeben über


BusinessLogicDataReader.Read-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Advances the reader to the next record in a result set.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Function Read As Boolean
'Usage
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

Rückgabewert

Typ: System.Boolean
true if there are more rows; otherwise false.

Implementiert

IDataReader.Read()

Siehe auch

Verweis

BusinessLogicDataReader Klasse

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace