Share via


VerifyConnectionDelegate 代理人

定義

ライブ接続を開き、ダイアログで収集された接続情報を検証するために使用されるデリゲートを表します。

public delegate System::Data::IDbConnection ^ VerifyConnectionDelegate(UIConnectionInfo ^ ci, IServerType ^ serverType);
public delegate System.Data.IDbConnection VerifyConnectionDelegate(UIConnectionInfo ci, IServerType serverType);
type VerifyConnectionDelegate = delegate of UIConnectionInfo * IServerType -> IDbConnection
Public Delegate Function VerifyConnectionDelegate(ci As UIConnectionInfo, serverType As IServerType) As IDbConnection 

パラメーター

ci
UIConnectionInfo

接続を表す A UIConnectionInfo

serverType
IServerType

サーバーを表す IServerType です。

戻り値

ライブ接続を開くためのデリゲートです。

適用対象