Server.ExecuteCaptureLog 메서드 (Boolean, Boolean, Boolean)

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function ExecuteCaptureLog ( _
    transactional As Boolean, _
    parallel As Boolean, _
    processAffected As Boolean _
) As XmlaResultCollection
‘사용 방법
Dim instance As Server 
Dim transactional As Boolean 
Dim parallel As Boolean 
Dim processAffected As Boolean 
Dim returnValue As XmlaResultCollection 

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

매개 변수

  • transactional
    유형: System.Boolean
    true to indicate that the capture log will be executed within a transaction; otherwise, false.
  • parallel
    유형: System.Boolean
    true to indicate that the capture log entries will be executed in parallel; otherwise, false.
  • processAffected
    유형: System.Boolean
    true to indicate that the affected objects will be processed; otherwise, false.

반환 값

유형: Microsoft.AnalysisServices.XmlaResultCollection
An XmlaResultCollection containing the results of the query.

참고 항목

참조

Server 클래스

ExecuteCaptureLog 오버로드

Microsoft.AnalysisServices 네임스페이스