ConnectionProcessingStarted Evento
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Event ConnectionProcessingStarted As Policy..::..ConnectionProcessingStartedEventHandler
'Uso
Dim instance As Policy
Dim handler As Policy..::..ConnectionProcessingStartedEventHandler
AddHandler instance.ConnectionProcessingStarted, handler
public event Policy..::..ConnectionProcessingStartedEventHandler ConnectionProcessingStarted
public:
event Policy..::..ConnectionProcessingStartedEventHandler^ ConnectionProcessingStarted {
void add (Policy..::..ConnectionProcessingStartedEventHandler^ value);
void remove (Policy..::..ConnectionProcessingStartedEventHandler^ value);
}
member ConnectionProcessingStarted : IEvent<Policy..::..ConnectionProcessingStartedEventHandler,
Policy..::..ConnectionProcessingStartedEventArgs>
JScript admite el uso de eventos, pero no la declaración de otros nuevos.
Vea también