Share via


VerifyConnectionDelegate Delegato

Definizione

Rappresenta un delegato utilizzato per aprire la connessione attiva e verificare le informazioni di connessione raccolte dalla finestra di dialogo.

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 

Parametri

ci
UIConnectionInfo

Oggetto UIConnectionInfo che rappresenta la connessione.

serverType
IServerType

Oggetto IServerType che rappresenta il server.

Valore restituito

Delegato per aprire la connessione attiva.

Si applica a