VerifyConnectionDelegate Delegasikan

Definisi

Mewakili delegasi yang digunakan untuk membuka koneksi langsung dan dengan demikian memverifikasi info koneksi yang dikumpulkan oleh dialog.

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 

Parameter

ci
UIConnectionInfo

yang UIConnectionInfo mewakili koneksi.

serverType
IServerType

IServerType yang mewakili server.

Tampilkan Nilai

Delegasi untuk membuka koneksi langsung.

Berlaku untuk