Méthode Server.ExecuteCaptureLog (Boolean, Boolean)

Executes the contents of the capture log on the server, and indicates whether execution will be in a transactional and/or parallel mode. Affected objects will not be processed.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

VB
'Déclaration
Public Function ExecuteCaptureLog ( _
    transactional As Boolean, _
    parallel As Boolean _
) As XmlaResultCollection
'Utilisation
Dim instance As Server 
Dim transactional As Boolean 
Dim parallel As Boolean 
Dim returnValue As XmlaResultCollection 

returnValue = instance.ExecuteCaptureLog(transactional, _
    parallel)

Paramètres

  • transactional
    Type : System.Boolean
    true to indicate that the capture log will be executed within a transaction; otherwise, false.
  • parallel
    Type : System.Boolean
    true to indicate that the capture log entries will be executed in parallel; otherwise, false.

Valeur de retour

Type : Microsoft.AnalysisServices.XmlaResultCollection
An XmlaResultCollection containing the results of the query.

Voir aussi

Référence

Server Classe

Surcharge ExecuteCaptureLog

Espace de noms Microsoft.AnalysisServices