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