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
'Deklaracja
Public Function ConcatenateCaptureLog ( _
transactional As Boolean, _
parallel As Boolean, _
processAffected As Boolean _
) As String
public string ConcatenateCaptureLog (
bool transactional,
bool parallel,
bool processAffected
)
public:
String^ ConcatenateCaptureLog (
bool transactional,
bool parallel,
bool processAffected
)
public String ConcatenateCaptureLog (
boolean transactional,
boolean parallel,
boolean processAffected
)
public function ConcatenateCaptureLog (
transactional : boolean,
parallel : boolean,
processAffected : boolean
) : String
Parameters
- transactional
Indicates whether the transaction attribute on the Batch element will be set to true or false.
- parallel
Indicates whether to wrap all capture log entries in an XMLA Parallel element.
- processAffected
This parameter is reserved for future use.
Return Value
A String containing the concatenated capture log.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.