Freigeben über


Policy.ConnectionProcessingStarted-Ereignis

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 unterstützt die Verwendung von Ereignissen, aber nicht die Deklaration neuer Ereignisse.

Siehe auch

Verweis

Policy Klasse

Microsoft.SqlServer.Management.Dmf-Namespace