Server.ExecuteCaptureLog Method (Boolean, Boolean, Boolean)

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

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

Syntax

VB
'Declaration
Public Function ExecuteCaptureLog ( _
    transactional As Boolean, _
    parallel As Boolean, _
    processAffected As Boolean _
) As XmlaResultCollection
'Usage
Dim instance As Server 
Dim transactional As Boolean 
Dim parallel As Boolean 
Dim processAffected As Boolean 
Dim returnValue As XmlaResultCollection 

returnValue = instance.ExecuteCaptureLog(transactional, _
    parallel, processAffected)

Parameters

  • 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.
  • processAffected
    Type: System.Boolean
    true to indicate that the affected objects will be processed; otherwise, false.

Return Value

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

See Also

Reference

Server Class

ExecuteCaptureLog Overload

Microsoft.AnalysisServices Namespace