Aracılığıyla paylaş


SmoApplication.DatabaseEventHandler Delegate

The SmoApplication.DatabaseEventHandler class represents the event handler that handles database events.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
Public Delegate Sub DatabaseEventHandler ( _
    sender As Object, _
    e As SmoEventArgs _
)
public delegate void DatabaseEventHandler (
    Object sender,
    SmoEventArgs e
)
public delegate void DatabaseEventHandler (
    Object^ sender, 
    SmoEventArgs^ e
)
/** @delegate */
public delegate void DatabaseEventHandler (
    Object sender, 
    SmoEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

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

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.