VerifyConnectionDelegate Delegado

Definición

Representa un delegado que se utiliza para abrir la conexión en tiempo real y así verificar la información de conexión recogida por el 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

A UIConnectionInfo que representa la conexión.

serverType
IServerType

El IServerType que representa al servidor.

Valor devuelto

El delegado para abrir la conexión en directo.

Se aplica a