Policy.ConnectionProcessingStartedEventHandler-Delegat

The Policy..::..ConnectionProcessingStartedEventHandler class represents the event handler that handles the event that occurs when the processing of a connection has started.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Delegate Sub ConnectionProcessingStartedEventHandler ( _
    sender As Object, _
    e As Policy..::..ConnectionProcessingStartedEventArgs _
)
'Usage
Dim instance As New ConnectionProcessingStartedEventHandler(AddressOf HandlerMethod)
public delegate void ConnectionProcessingStartedEventHandler(
    Object sender,
    Policy..::..ConnectionProcessingStartedEventArgs e
)
public delegate void ConnectionProcessingStartedEventHandler(
    Object^ sender, 
    Policy..::..ConnectionProcessingStartedEventArgs^ e
)
type ConnectionProcessingStartedEventHandler = 
    delegate of 
        sender:Object * 
        e:Policy..::..ConnectionProcessingStartedEventArgs -> unit
JScript unterstützt die Verwendung von Delegaten, aber nicht die Deklaration neuer Delegaten.

Parameter

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.