Méthode Server.Execute (String)

Executes the specified command on the Analysis Services server.

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

Syntaxe

VB
'Déclaration
Public Function Execute ( _
    command As String _
) As XmlaResultCollection
'Utilisation
Dim instance As Server 
Dim command As String 
Dim returnValue As XmlaResultCollection 

returnValue = instance.Execute(command)

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices.XmlaResultCollection
An XmlaResultCollection containing the results of the query.

Voir aussi

Référence

Server Classe

Surcharge Execute

Espace de noms Microsoft.AnalysisServices