Server.Execute Method (String)

 

Applies To: SQL Server 2016 Preview

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

Syntax

public XmlaResultCollection Execute(
    string command
)
public:
XmlaResultCollection^ Execute(
    String^ command
)
member Execute : 
        command:string -> XmlaResultCollection
Public Function Execute (
    command As String
) As XmlaResultCollection

Parameters

Return Value

Type: Microsoft.AnalysisServices.XmlaResultCollection

See Also

Execute Overload
Server Class
Microsoft.AnalysisServices Namespace

Return to top