共用方式為


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).

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
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

參數

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

傳回值

A String containing the concatenated capture log.

執行緒安全性

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Server Class
Server Members
Microsoft.AnalysisServices Namespace