Classe Policy.ConnectionProcessingFinishedEventArgs
Represents the arguments that are passed to the event handler when the connection processing is finished.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ConnectionProcessingFinishedEventArgs _
Inherits EventArgs
'Utilizzo
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
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.Dmf..::..Policy..::..ConnectionProcessingFinishedEventArgs
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.