다음을 통해 공유


Policy.PolicyEvaluationStarted 이벤트

Represents the event activated when policy evaluation begins.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Public Event PolicyEvaluationStarted As Policy.PolicyEvaluationStartedEventHandler
‘사용 방법
Dim instance As Policy 
Dim handler As Policy.PolicyEvaluationStartedEventHandler 

AddHandler instance.PolicyEvaluationStarted, handler
public event Policy.PolicyEvaluationStartedEventHandler PolicyEvaluationStarted
public:
 event Policy.PolicyEvaluationStartedEventHandler^ PolicyEvaluationStarted {
    void add (Policy.PolicyEvaluationStartedEventHandler^ value);
    void remove (Policy.PolicyEvaluationStartedEventHandler^ value);
}
member PolicyEvaluationStarted : IEvent<Policy.PolicyEvaluationStartedEventHandler,
    EventArgs>
Jscript는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.

참고 항목

참조

Policy 클래스

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