ExecuteCaptureLog 方法 (Boolean, Boolean)

Executes the contents of the capture log on the server, and indicates whether execution will be in a transactional and/or parallel mode. Affected objects will not be processed.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Function ExecuteCaptureLog ( _
    transactional As Boolean, _
    parallel As Boolean _
) As XmlaResultCollection
用法
Dim instance As Server
Dim transactional As Boolean
Dim parallel As Boolean
Dim returnValue As XmlaResultCollection

returnValue = instance.ExecuteCaptureLog(transactional, _
    parallel)
public XmlaResultCollection ExecuteCaptureLog(
    bool transactional,
    bool parallel
)
public:
XmlaResultCollection^ ExecuteCaptureLog(
    bool transactional, 
    bool parallel
)
member ExecuteCaptureLog : 
        transactional:bool * 
        parallel:bool -> XmlaResultCollection 
public function ExecuteCaptureLog(
    transactional : boolean, 
    parallel : boolean
) : XmlaResultCollection

参数

  • transactional
    类型:System. . :: . .Boolean
    Indicates whether the capture log will be executed within a transaction.
  • parallel
    类型:System. . :: . .Boolean
    Indicates whether the capture log entries will be executed in parallel.

返回值

类型:Microsoft.AnalysisServices. . :: . .XmlaResultCollection
An XmlaResultCollection containing the results of the query.