Поделиться через


Метод Server.Execute (String)

Executes the specified command on the Службы Analysis Services server.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Execute ( _
    command As String _
) As XmlaResultCollection
'Применение
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

Параметры

Возвращаемое значение

Тип: Microsoft.AnalysisServices.XmlaResultCollection
An XmlaResultCollection containing the results of the query.

См. также

Справочник

Server Класс

Перегрузка Execute

Пространство имен Microsoft.AnalysisServices