다음을 통해 공유


Policy.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는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.

참고 항목

참조

Policy 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스