VerifyConnectionDelegate Delegado

Definición

Representa un delegado que se usa para abrir una conexión activa y, de esta forma, comprobar la información de conexión recopilada por el cuadro de diálogo.

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 

Parámetros

ci
UIConnectionInfo

que UIConnectionInfo representa la conexión.

serverType
IServerType

La interfaz IServerType que representa el servidor.

Valor devuelto

El delegado para abrir la conexión activa.

Se aplica a