VerifyConnectionDelegate Delegar

Definição

Representa um delegado que é usado para abrir a conexão ao vivo e, assim, verificar as informações de conexão coletadas pelo 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 a conexão.

serverType
IServerType

O IServerType que representa o servidor.

Valor Retornado

O delegado para abrir conexão ao vivo.

Aplica-se a