Compartir a través de


Policy.ConnectionProcessingStartedEventArgs Clase

Represents the arguments that are passed to the event handler when the connection processing has started.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public NotInheritable Class ConnectionProcessingStartedEventArgs _
    Inherits EventArgs
'Uso
Dim instance As Policy.ConnectionProcessingStartedEventArgs
public sealed class ConnectionProcessingStartedEventArgs : EventArgs
public ref class ConnectionProcessingStartedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type ConnectionProcessingStartedEventArgs =  
    class
        inherit EventArgs
    end
public final class ConnectionProcessingStartedEventArgs extends EventArgs

Notas

Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.SqlServer.Management.Dmf..::..Policy..::..ConnectionProcessingStartedEventArgs

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.