VerifyConnectionDelegate Delegat

Definition

Stellt einen Delegaten dar, der verwendet wird, um die Liveverbindung zu öffnen und somit Verbindungsinformationen zu überprüfen, die über das Dialogfeld gesammelt wurden.

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 

Parameter

ci
UIConnectionInfo

Ein UIConnectionInfo-Element, das die Verbindung darstellt.

serverType
IServerType

Das IServerType-Element, das den Server darstellt.

Rückgabewert

Der Delegat zum Öffnen der Liveverbindung.

Gilt für: