Server.Execute Method

Definition

Overloads

Execute(String, ImpactDetailCollection, Boolean)

Executes the specified command on the Analysis Services server, and provides support for impact analysis.

Execute(String)

Executes the specified command on the Analysis Services server.

Execute(String, ImpactDetailCollection, Boolean)

Executes the specified command on the Analysis Services server, and provides support for impact analysis.

C#
public Microsoft.AnalysisServices.XmlaResultCollection Execute (string command, Microsoft.AnalysisServices.ImpactDetailCollection impactResult, bool analyzeImpactOnly);

Parameters

command
String

The command to execute.

impactResult
ImpactDetailCollection

The collection to store impact information in.

analyzeImpactOnly
Boolean

true to indicate that the command will only be analyzed for impact; otherwise, false. If set to false, the command will be executed and the impactResult collection will be populated.

Returns

An XmlaResultCollection containing the results of the command.

Applies to

Analysis Services SDK for .NET latest
Product Versions
Analysis Services SDK for .NET latest

Execute(String)

Executes the specified command on the Analysis Services server.

C#
public Microsoft.AnalysisServices.XmlaResultCollection Execute (string command);

Parameters

command
String

The command to execute.

Returns

An XmlaResultCollection containing the results of the command.

Applies to

Analysis Services SDK for .NET latest
Product Versions
Analysis Services SDK for .NET latest