Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.