Server.ConcatenateCaptureLog Method (Boolean, Boolean, Boolean)

Gets the capture log in a concatenated XML format, wrapped in an XMLA Batch element, and indicates whether to include the transaction attribute and XMLA Parallel element.

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

Syntax

'Declaration
Public Function ConcatenateCaptureLog ( _
    transactional As Boolean, _
    parallel As Boolean, _
    processAffected As Boolean _
) As String
'Usage
Dim instance As Server
Dim transactional As Boolean
Dim parallel As Boolean
Dim processAffected As Boolean
Dim returnValue As String

returnValue = instance.ConcatenateCaptureLog(transactional, _
    parallel, processAffected)
public string ConcatenateCaptureLog(
    bool transactional,
    bool parallel,
    bool processAffected
)
public:
String^ ConcatenateCaptureLog(
    bool transactional, 
    bool parallel, 
    bool processAffected
)
member ConcatenateCaptureLog : 
        transactional:bool * 
        parallel:bool * 
        processAffected:bool -> string 
public function ConcatenateCaptureLog(
    transactional : boolean, 
    parallel : boolean, 
    processAffected : boolean
) : String

Parameters

  • transactional
    Type: System.Boolean
    Indicates whether the transaction attribute on the Batch element will be set to true or false.
  • parallel
    Type: System.Boolean
    Indicates whether to wrap all capture log entries in an XMLA 04726d94-37ee-460b-9744-d62b45f536b9 Parallel element .
  • processAffected
    Type: System.Boolean
    This parameter is reserved for future use.

Return Value

Type: System.String
A String containing the concatenated capture log.