SessionBaseSetTraceAllDbActivity Method |
Enable some console output about persistent events related to all databases and pages.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic void SetTraceAllDbActivity(
bool enable = true
)
Public Sub SetTraceAllDbActivity (
Optional enable As Boolean = true
)
public:
void SetTraceAllDbActivity(
bool enable = true
)
member SetTraceAllDbActivity :
?enable : bool
(* Defaults:
let _enable = defaultArg enable true
*)
-> unit
Parameters
- enable (Optional)
- Type: SystemBoolean
See Also