Server.Execute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public Microsoft.AnalysisServices.XmlaResultCollection Execute (string command, Microsoft.AnalysisServices.ImpactDetailCollection impactResult, bool analyzeImpactOnly);
member this.Execute : string * Microsoft.AnalysisServices.ImpactDetailCollection * bool -> Microsoft.AnalysisServices.XmlaResultCollection
Public Function Execute (command As String, impactResult As ImpactDetailCollection, analyzeImpactOnly As Boolean) As XmlaResultCollection
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
Execute(String)
Executes the specified command on the Analysis Services server.
public Microsoft.AnalysisServices.XmlaResultCollection Execute (string command);
member this.Execute : string -> Microsoft.AnalysisServices.XmlaResultCollection
Public Function Execute (command As String) As XmlaResultCollection
Parameters
- command
- String
The command to execute.
Returns
An XmlaResultCollection containing the results of the command.