Server.ExecuteCaptureLog Method
Include Protected Members
Include Inherited Members
Executes the context of the capture log on the server.
Overload List
Name | Description | |
---|---|---|
![]() |
ExecuteCaptureLog(Boolean, Boolean) | Executes the contents of the capture log on the server, and indicates whether execution will be in a transactional and/or parallel mode. Affected objects will not be processed. |
![]() |
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. |
Top