VerifyConnectionDelegate Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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.