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 命名空间