Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the event activated when connection processing begins.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Event ConnectionProcessingStarted As Policy.ConnectionProcessingStartedEventHandler
'Usage
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 supports the use of events, but not the declaration of new ones.