Policy.ConnectionProcessingStartedEventHandler デリゲート
ConnectionProcessingStartedEventHandler クラスは、接続の処理が開始された場合に発生するイベントを処理するイベント ハンドラを表します。
名前空間: 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
イベントのソースを示す Object 値です。
- e
型: Microsoft.SqlServer.Management.Dmf. . :: . .Policy. . :: . .ConnectionProcessingStartedEventArgs
イベント データを含む ConnectionProcessingStartedEventHandler オブジェクトです。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。