Compartilhar via


Método Server.Execute (String)

Executes the specified command on the Analysis Services server.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function Execute ( _
    command As String _
) As XmlaResultCollection
'Uso
Dim instance As Server 
Dim command As String 
Dim returnValue As XmlaResultCollection 

returnValue = instance.Execute(command)
public XmlaResultCollection Execute(
    string command
)
public:
XmlaResultCollection^ Execute(
    String^ command
)
member Execute : 
        command:string -> XmlaResultCollection
public function Execute(
    command : String
) : XmlaResultCollection

Parâmetros

Valor de retorno

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

Consulte também

Referência

Server Classe

Sobrecarregado Execute

Namespace Microsoft.AnalysisServices