Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function ConcatenateCaptureLog ( _
transactional As Boolean, _
parallel As Boolean _
) As String
'Utilisation
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
Paramètres
- transactional
Type : System.Boolean
true to indicate that the transaction attribute on the Batch element will be set to true or false; otherwise, false.
- parallel
Type : System.Boolean
true to wrap all capture log entries in an XMLA Parallel element; otherwise, false.
Valeur de retour
Type : System.String
A String containing the concatenated capture log.