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 代表伺服器。

傳回值

代表要開啟即時連線。

適用於