'Declaration Public Property Filter As MonitorEventFilter
public MonitorEventFilter Filter {get; set;}
'Declaration Public Property Filter As MonitorEventFilter
public MonitorEventFilter Filter {get; set;}
var monitor = new SqlMonitor() { IsActive = true }; monitor.SendCallStack = false; monitor.Filter = Devart.Common.MonitorEventFilter.OpenConnection | Devart.Common.MonitorEventFilter.Execute;
Dim monitor = New SqlMonitor() With { .IsActive = True } monitor.SendCallStack = False monitor.Filter = Devart.Common.MonitorEventFilter.OpenConnection Or Devart.Common.MonitorEventFilter.Execute
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2