Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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).
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
Public Function ConcatenateCaptureLog ( _
transactional As Boolean, _
parallel As Boolean, _
processAffected As Boolean _
) As String
public string ConcatenateCaptureLog (
bool transactional,
bool parallel,
bool processAffected
)
public:
String^ ConcatenateCaptureLog (
bool transactional,
bool parallel,
bool processAffected
)
public String ConcatenateCaptureLog (
boolean transactional,
boolean parallel,
boolean processAffected
)
public function ConcatenateCaptureLog (
transactional : boolean,
parallel : boolean,
processAffected : boolean
) : String
Параметры
- 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).
- processAffected
This parameter is reserved for future use.
Возвращаемое значение
A String containing the concatenated capture log.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Server Class
Server Members
Microsoft.AnalysisServices Namespace