Méthode AdomdCommand.ExecuteReader (CommandBehavior)
Exécute le AdomdCommand à l'aide de la valeur d'énumération CommandBehavior spécifiée et retourne un AdomdDataReader.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function ExecuteReader ( _
As CommandBehavior _
) As AdomdDataReader
'Utilisation
Dim instance As AdomdCommand
DimAs CommandBehavior
Dim returnValue As AdomdDataReader
returnValue = instance.ExecuteReader()
public AdomdDataReader ExecuteReader(
CommandBehavior
)
public:
virtual AdomdDataReader^ ExecuteReader(
CommandBehavior
) sealed
abstract ExecuteReader :
:CommandBehavior -> AdomdDataReader
override ExecuteReader :
:CommandBehavior -> AdomdDataReader
public final function ExecuteReader(
: CommandBehavior
) : AdomdDataReader
Paramètres
- Type : CommandBehavior
Valeur d'énumération CommandBehavior qui indique le comportement du AdomdCommand pendant ou après avoir l'exécution de la commande.
Valeur de retour
Type : Microsoft.AnalysisServices.AdomdServer.AdomdDataReader
Lecteur de données.
Notes
Les valeurs CommandBehavior.KeyInfo et CommandBehavior.SingleResult ne sont pas prises en charge et seront ignorées. Pour plus d'informations sur CommandBehavior, consultez System.Data.CommandBehavior.