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

その UIConnectionInfo はそのつながりを表しています。

serverType
IServerType

サーバーを表す IServerType

戻り値

代表者がライブ接続を開く。

適用対象