ITraceDataWriter.WriteNotify Event
Raises a write notify event.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Syntax
'Declaration
Event WriteNotify As WriteNotifyEventHandler
event WriteNotifyEventHandler WriteNotify
event WriteNotifyEventHandler^ WriteNotify {
void add (WriteNotifyEventHandler^ value);
void remove (WriteNotifyEventHandler^ value);
}
/** @event */
void add_WriteNotify (WriteNotifyEventHandler value)
/** @event */
void remove_WriteNotify (WriteNotifyEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
Example
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ITraceDataWriter Interface
ITraceDataWriter Members
Microsoft.SqlServer.Management.Trace Namespace