Udostępnij przez


ITraceDataWriter.WriteNotify Event

Raises a write notify event.

Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in microsoft.sqlserver.connectioninfoextended.dll)

Syntax

'Deklaracja
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.

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.