Policy.PolicyEvaluationStartedEventHandler 대리자
The PolicyEvaluationStartedEventHandler class represents the event handler that handles the event that occurs when the evaluation of a policy has started.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public Delegate Sub PolicyEvaluationStartedEventHandler ( _
sender As Object, _
e As EventArgs _
)
‘사용 방법
Dim instance As New PolicyEvaluationStartedEventHandler(AddressOf HandlerMethod)
public delegate void PolicyEvaluationStartedEventHandler(
Object sender,
EventArgs e
)
public delegate void PolicyEvaluationStartedEventHandler(
Object^ sender,
EventArgs^ e
)
type PolicyEvaluationStartedEventHandler =
delegate of
sender:Object *
e:EventArgs -> unit
Jscript는 위임 사용을 지원하지만 새로운 위임의 선언은 지원하지 않습니다.
매개 변수
- sender
유형: System.Object
An Object value that specifies the source of the event.
- e
유형: System.EventArgs
A PolicyEvaluationStartedEventArgs object that contains the event data.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.