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