Compartilhar via


Classe Policy.ConnectionProcessingFinishedEventArgs

Represents the arguments that are passed to the event handler when the connection processing is finished.

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

Sintaxe

'Declaração
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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.