Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the event activated when connection processing completes.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Event ConnectionProcessingFinished As Policy.ConnectionProcessingFinishedEventHandler
'Usage
Dim instance As Policy
Dim handler As Policy.ConnectionProcessingFinishedEventHandler
AddHandler instance.ConnectionProcessingFinished, handler
public event Policy.ConnectionProcessingFinishedEventHandler ConnectionProcessingFinished
public:
event Policy.ConnectionProcessingFinishedEventHandler^ ConnectionProcessingFinished {
void add (Policy.ConnectionProcessingFinishedEventHandler^ value);
void remove (Policy.ConnectionProcessingFinishedEventHandler^ value);
}
member ConnectionProcessingFinished : IEvent<Policy.ConnectionProcessingFinishedEventHandler,
Policy.ConnectionProcessingFinishedEventArgs>
JScript supports the use of events, but not the declaration of new ones.