Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.