TraceReaderWriter.WriteNotify Event
Raises an event when the trace is written to the trace file or trace table.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in microsoft.sqlserver.connectioninfoextended.dll)
Syntax
'Deklaracja
Public Event WriteNotify As WriteNotifyEventHandler
public event WriteNotifyEventHandler WriteNotify
public:
virtual event WriteNotifyEventHandler^ WriteNotify {
void add (WriteNotifyEventHandler^ value) sealed;
void remove (WriteNotifyEventHandler^ value) sealed;
}
/** @event */
public final void add_WriteNotify (WriteNotifyEventHandler value)
/** @event */
public final void remove_WriteNotify (WriteNotifyEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also