ConnectionProcessingStarted 事件

命名空间:  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 支持使用事件,但不支持声明新事件。