共用方式為


Server.ConcatenateCaptureLog 方法 (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.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function ConcatenateCaptureLog ( _
    transactional As Boolean, _
    parallel As Boolean, _
    processAffected As Boolean _
) As String
'用途
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

參數

  • transactional
    型別:System.Boolean
    true to indicate that the transaction attribute on the Batch element will be set to true or false; otherwise, false.
  • processAffected
    型別:System.Boolean
    true to indicate that the affected objects will be processed; otherwise, false. This parameter is reserved for future use.

傳回值

型別:System.String
A String containing the concatenated capture log.

請參閱

參考

Server 類別

ConcatenateCaptureLog 多載

Microsoft.AnalysisServices 命名空間