SessionBaseTraceIndexUsage Property |
If set to true, each time an index (BTreeSet) is used in a query, we output a line about that to the console output.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool TraceIndexUsage { get; set; }
Public Property TraceIndexUsage As Boolean
Get
Set
public:
property bool TraceIndexUsage {
bool get ();
void set (bool value);
}
member TraceIndexUsage : bool with get, set
Property Value
Type:
Boolean
See Also