Server.ExecuteCaptureLog Method
Include Protected Members
Include Inherited Members
Executes the context of the capture log on the server.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
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. | |
ExecuteCaptureLog(Boolean, 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, indicates whether affected objects will be processed, and indicates whether to skip volatile objects. |
Top