Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
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