Policy.ConnectionProcessingFinishedEventArgs Clase
Represents the arguments that are passed to the event handler when the connection processing is finished.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public NotInheritable Class ConnectionProcessingFinishedEventArgs _
Inherits EventArgs
'Uso
Dim instance As Policy.ConnectionProcessingFinishedEventArgs
public sealed class ConnectionProcessingFinishedEventArgs : EventArgs
public ref class ConnectionProcessingFinishedEventArgs sealed : public EventArgs
[<SealedAttribute>]
type ConnectionProcessingFinishedEventArgs =
class
inherit EventArgs
end
public final class ConnectionProcessingFinishedEventArgs 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..::..ConnectionProcessingFinishedEventArgs
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.