Delegado Policy.ConnectionProcessingFinishedEventHandler
The Policy.ConnectionProcessingFinishedEventHandler class represents the event handler that handles the event that occurs when the processing of the connection has finished.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Delegate Sub ConnectionProcessingFinishedEventHandler ( _
sender As Object, _
e As Policy.ConnectionProcessingFinishedEventArgs _
)
'Uso
Dim instance As New ConnectionProcessingFinishedEventHandler(AddressOf HandlerMethod)
public delegate void ConnectionProcessingFinishedEventHandler(
Object sender,
Policy.ConnectionProcessingFinishedEventArgs e
)
public delegate void ConnectionProcessingFinishedEventHandler(
Object^ sender,
Policy.ConnectionProcessingFinishedEventArgs^ e
)
type ConnectionProcessingFinishedEventHandler =
delegate of
sender:Object *
e:Policy.ConnectionProcessingFinishedEventArgs -> unit
JScript admite el uso de delegados, pero no la declaración de otros nuevos.
Parámetros
- sender
Tipo: System.Object
An Object value that specifies the source of the event.
- e
Tipo: Microsoft.SqlServer.Management.Dmf.Policy.ConnectionProcessingFinishedEventArgs
A Policy.ConnectionProcessingFinishedEventHandler object that contains the event data.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.