Click or drag to resize

SessionBaseSetTraceDbActivity Method

Enable some Trace output about persistent events related to a Database. Add a Trace listener to get to Console window: Trace.Listeners.Add(new ConsoleTraceListener());

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void SetTraceDbActivity(
	uint dbId
)

Parameters

dbId
Type: SystemUInt32
The Database number of the Database to enable persistent trace information for.
See Also