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 支援事件的使用,但不支援新事件的宣告。