Server.Execute Method (String, ImpactDetailCollection, Boolean)

 

Applies To: SQL Server 2016 Preview

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

Syntax

public XmlaResultCollection Execute(
    string command,
    ImpactDetailCollection impactResult,
    bool analyzeImpactOnly
)
public:
XmlaResultCollection^ Execute(
    String^ command,
    ImpactDetailCollection^ impactResult,
    bool analyzeImpactOnly
)
member Execute : 
        command:string *
        impactResult:ImpactDetailCollection *
        analyzeImpactOnly:bool -> XmlaResultCollection
Public Function Execute (
    command As String,
    impactResult As ImpactDetailCollection,
    analyzeImpactOnly As Boolean
) As XmlaResultCollection

Parameters

Return Value

Type: Microsoft.AnalysisServices.XmlaResultCollection

See Also

Execute Overload
Server Class
Microsoft.AnalysisServices Namespace

Return to top