Partager via


Méthode AdomdCommand.ExecuteReader (CommandBehavior)

Runs the AdomdCommand using the specified System.Data.CommandBehaviorenumeration value and returns an AdomdDataReader.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

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

returnValue = instance.ExecuteReader(behavior)
public AdomdDataReader ExecuteReader(
    CommandBehavior behavior
)
public:
AdomdDataReader^ ExecuteReader(
    CommandBehavior behavior
)
member ExecuteReader : 
        behavior:CommandBehavior -> AdomdDataReader
public function ExecuteReader(
    behavior : CommandBehavior
) : AdomdDataReader

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices.AdomdClient.AdomdDataReader
The data reader.

Notes

The values CommandBehavior.KeyInfo and CommandBehavior.SingleResult are not supported, and are ignored.

Voir aussi

Référence

AdomdCommand Classe

Surcharge ExecuteReader

Espace de noms Microsoft.AnalysisServices.AdomdClient