Partager via


WriteNotifyEventHandler Delegate

Represents the WriteNotifyEventHandler handler.

Espace de noms: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Syntaxe

'Déclaration
Public Delegate Sub WriteNotifyEventHandler ( _
    sender As Object, _
    args As TraceEventArgs _
)
public delegate void WriteNotifyEventHandler (
    Object sender,
    TraceEventArgs args
)
public delegate void WriteNotifyEventHandler (
    Object^ sender, 
    TraceEventArgs^ args
)
/** @delegate */
public delegate void WriteNotifyEventHandler (
    Object sender, 
    TraceEventArgs args
)
JScript prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.

Paramètres

  • sender
    An Object value that specifies the source of the event.

Notes

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Management.Trace Namespace