Partager via


Méthode BusinessLogicDataReader.Read

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Function Read As Boolean
'Utilisation
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

Valeur de retour

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

Implémente

IDataReader.Read()

Voir aussi

Référence

BusinessLogicDataReader Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport