Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises a write notify event.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Event WriteNotify As WriteNotifyEventHandler
'Usage
Dim instance As ITraceDataWriter
Dim handler As WriteNotifyEventHandler
AddHandler instance.WriteNotify, handler
event WriteNotifyEventHandler WriteNotify
event WriteNotifyEventHandler^ WriteNotify {
void add (WriteNotifyEventHandler^ value);
void remove (WriteNotifyEventHandler^ value);
}
abstract WriteNotify : IEvent<WriteNotifyEventHandler,
TraceEventArgs>
JScript supports the use of events, but not the declaration of new ones.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Trace Namespace