Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the arguments that are passed to the event handler when a policy evaluation finishes.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Delegate Sub PolicyEvaluationFinishedEventHandler ( _
sender As Object, _
e As Policy.PolicyEvaluationFinishedEventArgs _
)
'Usage
Dim instance As New PolicyEvaluationFinishedEventHandler(AddressOf HandlerMethod)
public delegate void PolicyEvaluationFinishedEventHandler(
Object sender,
Policy.PolicyEvaluationFinishedEventArgs e
)
public delegate void PolicyEvaluationFinishedEventHandler(
Object^ sender,
Policy.PolicyEvaluationFinishedEventArgs^ e
)
type PolicyEvaluationFinishedEventHandler =
delegate of
sender:Object *
e:Policy.PolicyEvaluationFinishedEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
Type: System.Object
The Object which initiated the event.
- e
Type: Microsoft.SqlServer.Management.Dmf.Policy.PolicyEvaluationFinishedEventArgs
The Policy.PolicyEvaluationFinishedEventArgs which contains the information needed to process the event.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.