VerifyConnectionDelegate Delegar

Definição

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

ci
UIConnectionInfo

Um UIConnectionInfo que representa a conexão.

serverType
IServerType

O IServerType que representa o servidor.

Valor Retornado

IDbConnection

O delegado para abrir a conexão dinâmica.

Aplica-se a