Событие ConnectionProcessingStarted
Represents the event activated when connection processing begins.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Event ConnectionProcessingStarted As Policy..::..ConnectionProcessingStartedEventHandler
'Применение
Dim instance As Policy
Dim handler As Policy..::..ConnectionProcessingStartedEventHandler
AddHandler instance.ConnectionProcessingStarted, handler
public event Policy..::..ConnectionProcessingStartedEventHandler ConnectionProcessingStarted
public:
event Policy..::..ConnectionProcessingStartedEventHandler^ ConnectionProcessingStarted {
void add (Policy..::..ConnectionProcessingStartedEventHandler^ value);
void remove (Policy..::..ConnectionProcessingStartedEventHandler^ value);
}
member ConnectionProcessingStarted : IEvent<Policy..::..ConnectionProcessingStartedEventHandler,
Policy..::..ConnectionProcessingStartedEventArgs>
JScript поддерживает использование событий, но не объявление новых.