Condividi tramite


Server.ConcatenateCaptureLog Method (Boolean, Boolean)

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

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
Public Function ConcatenateCaptureLog ( _
    transactional As Boolean, _
    parallel As Boolean _
) As String
public string ConcatenateCaptureLog (
    bool transactional,
    bool parallel
)
public:
String^ ConcatenateCaptureLog (
    bool transactional, 
    bool parallel
)
public String ConcatenateCaptureLog (
    boolean transactional, 
    boolean parallel
)
public function ConcatenateCaptureLog (
    transactional : boolean, 
    parallel : boolean
) : String

Parametri

  • transactional
    Indicates whether the transaction attribute on the Batch element will be set to true or false.

Valore restituito

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Server Class
Server Members
Microsoft.AnalysisServices Namespace