Partager via


Méthode BusinessLogicCommand.ExecuteReader (CommandBehavior)

Executes the CommandText against the Connection, and returns an IDataReader using one of the CommandBehavior.

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

Syntaxe

'Déclaration
Public Function ExecuteReader ( _
    behavior As CommandBehavior _
) As IDataReader
'Utilisation
Dim instance As BusinessLogicCommand 
Dim behavior As CommandBehavior 
Dim returnValue As IDataReader 

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

Paramètres

Valeur de retour

Type : System.Data.IDataReader
A data reader.

Implémente

IDbCommand.ExecuteReader(CommandBehavior)

Voir aussi

Référence

BusinessLogicCommand Classe

Surcharge ExecuteReader

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport