Share via


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
Public method 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.
Public method 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