Método Execute (String, ImpactDetailCollection, Boolean)
Executes the specified command on the Analysis Services server, and provides support for impact analysis.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Execute ( _
command As String, _
impactResult As ImpactDetailCollection, _
analyzeImpactOnly As Boolean _
) As XmlaResultCollection
'Uso
Dim instance As Server
Dim command As String
Dim impactResult As ImpactDetailCollection
Dim analyzeImpactOnly As Boolean
Dim returnValue As XmlaResultCollection
returnValue = instance.Execute(command, _
impactResult, analyzeImpactOnly)
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 : String,
impactResult : ImpactDetailCollection,
analyzeImpactOnly : boolean
) : XmlaResultCollection
Parâmetros
- command
Tipo: System. . :: . .String
The command to execute.
- impactResult
Tipo: Microsoft.AnalysisServices. . :: . .ImpactDetailCollection
The collection to store impact information in.
- analyzeImpactOnly
Tipo: System. . :: . .Boolean
Indicates whether the command will only be analyzed for impact. If set to false, the command will be executed and the impactResult collection will be populated.
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .XmlaResultCollection
An XmlaResultCollection containing the results of the query.
Consulte também