VerifyConnectionDelegate Delegar

Definição

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

Uma UIConnectionInfo que representa a conexão.

serverType
IServerType

O IServerType que representa o servidor.

Valor Retornado

O delegado que abrirá a conexão ao vivo.

Aplica-se a