Partager via


Méthode BusinessLogicCommand.ExecuteReader

Executes the CommandText against the Connection, and returns an IDataReader.

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

Syntaxe

'Déclaration
Public Function ExecuteReader As IDataReader
'Utilisation
Dim instance As BusinessLogicCommand 
Dim returnValue As IDataReader 

returnValue = instance.ExecuteReader()
public IDataReader ExecuteReader()
public:
virtual IDataReader^ ExecuteReader() sealed
abstract ExecuteReader : unit -> IDataReader  
override ExecuteReader : unit -> IDataReader
public final function ExecuteReader() : IDataReader

Valeur de retour

Type : System.Data.IDataReader
A data reader.

Implémente

IDbCommand.ExecuteReader()

Voir aussi

Référence

BusinessLogicCommand Classe

Surcharge ExecuteReader

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport