ConcatenateCaptureLog 메서드 (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 _
) As String
‘사용 방법
Dim instance As Server
Dim transactional As Boolean
Dim parallel As Boolean
Dim returnValue As String
returnValue = instance.ConcatenateCaptureLog(transactional, _
parallel)
public string ConcatenateCaptureLog(
bool transactional,
bool parallel
)
public:
String^ ConcatenateCaptureLog(
bool transactional,
bool parallel
)
member ConcatenateCaptureLog :
transactional:bool *
parallel:bool -> string
public function ConcatenateCaptureLog(
transactional : boolean,
parallel : boolean
) : String
매개 변수
- transactional
유형: System. . :: . .Boolean
Indicates whether the transaction attribute on the Batch element will be set to true or false.
- parallel
유형: System. . :: . .Boolean
Indicates whether to wrap all capture log entries in an XMLA 04726d94-37ee-460b-9744-d62b45f536b9 Parallel element .
반환 값
유형: System. . :: . .String
A String containing the concatenated capture log.