Classe Policy.ConnectionProcessingStartedEventArgs
Represents the arguments that are passed to the event handler when the connection processing has started.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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
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..::..ConnectionProcessingStartedEventArgs
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.
Consulte também