Evento Policy.ConnectionProcessingStarted
Represents the event activated when connection processing begins.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de eventos, mas não à declaração de eventos novos.