مشاركة عبر


Policy.ConnectionProcessingStarted Event

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.

See Also

Reference

Policy Class

Microsoft.SqlServer.Management.Dmf Namespace