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 dinâmica e, portanto, 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
Um UIConnectionInfo que representa a conexão.
- serverType
- IServerType
O IServerType que representa o servidor.
Valor Retornado
O delegado para abrir a conexão dinâmica.