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 a Batch Element (XMLA), and indicates whether to include the transaction attribute and Parallel Element (XMLA).
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
Public Function ConcatenateCaptureLog ( _
transactional As Boolean, _
parallel As Boolean _
) As String
public string ConcatenateCaptureLog (
bool transactional,
bool parallel
)
public:
String^ ConcatenateCaptureLog (
bool transactional,
bool parallel
)
public String ConcatenateCaptureLog (
boolean transactional,
boolean parallel
)
public function ConcatenateCaptureLog (
transactional : boolean,
parallel : boolean
) : String
Paramètres
- transactional
Indicates whether the transaction attribute on the Batch element will be set to true or false.
- parallel
Indicates whether to wrap all capture log entries in a Parallel Element (XMLA).
Valeur de retour
A String containing the concatenated capture log.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Server Class
Server Members
Microsoft.AnalysisServices Namespace